Searched defs:typeIdsSize (Results 1 - 2 of 2) sorted by relevance

/dalvik/tools/dexdeps/src/com/android/dexdeps/
H A DDexData.java115 mHeaderItem.typeIdsSize = readInt();
161 int count = mHeaderItem.typeIdsSize;
534 public int typeIdsSize, typeIdsOff; field in class:DexData.HeaderItem
/dalvik/libdex/
H A DDexFile.h228 u4 typeIdsSize; member in struct:DexHeader
641 assert(idx < pDexFile->pHeader->typeIdsSize);

Completed in 129 milliseconds