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

/dalvik/tools/dexdeps/src/com/android/dexdeps/
H A DDexData.java119 mHeaderItem.typeIdsOff = readInt();
168 seek(mHeaderItem.typeIdsOff);
537 public int typeIdsSize, typeIdsOff; field in class:DexData.HeaderItem
/dalvik/libdex/
H A DDexFile.cpp272 pDexFile->pTypeIds = (const DexTypeId*) (data + pHeader->typeIdsOff);
H A DDexFile.h285 u4 typeIdsOff; member in struct:DexHeader
H A DDexSwapVerify.cpp265 SWAP_OFFSET4(pHeader->typeIdsOff);
466 && ((state->pHeader->typeIdsOff != 0)
2657 sectionCount, state->pHeader->typeIdsOff,
/dalvik/dexdump/
H A DDexDump.cpp445 pHeader->typeIdsOff, pHeader->typeIdsOff);

Completed in 3754 milliseconds