Searched refs:typeIdsOff (Results 1 - 5 of 5) sorted by relevance

/dalvik/tools/dexdeps/src/com/android/dexdeps/
H A DDexData.java109 mHeaderItem.typeIdsOff = readInt();
158 seek(mHeaderItem.typeIdsOff);
527 public int typeIdsSize, typeIdsOff; field in class:DexData.HeaderItem
/dalvik/libdex/
H A DDexFile.h207 u4 typeIdsOff; member in struct:DexHeader
H A DDexSwapVerify.c288 SWAP_OFFSET4(pHeader->typeIdsOff);
481 && ((state->pHeader->typeIdsOff != 0)
2546 sectionCount, state->pHeader->typeIdsOff,
H A DDexFile.c475 pDexFile->pTypeIds = (const DexTypeId*) (data + pHeader->typeIdsOff);
/dalvik/dexdump/
H A DDexDump.c383 pHeader->typeIdsOff, pHeader->typeIdsOff);

Completed in 226 milliseconds