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

/dalvik/tools/dexdeps/src/com/android/dexdeps/
H A DDexData.java116 mHeaderItem.typeIdsOff = readInt();
165 seek(mHeaderItem.typeIdsOff);
534 public int typeIdsSize, typeIdsOff; field in class:DexData.HeaderItem
/dalvik/libdex/
H A DDexFile.cpp275 pDexFile->pTypeIds = (const DexTypeId*) (data + pHeader->typeIdsOff);
H A DDexFile.h229 u4 typeIdsOff; member in struct:DexHeader
H A DDexSwapVerify.cpp289 SWAP_OFFSET4(pHeader->typeIdsOff);
482 && ((state->pHeader->typeIdsOff != 0)
2579 sectionCount, state->pHeader->typeIdsOff,
/dalvik/dexdump/
H A DDexDump.cpp437 pHeader->typeIdsOff, pHeader->typeIdsOff);

Completed in 671 milliseconds