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

/dalvik/tools/dexdeps/src/com/android/dexdeps/
H A DDexData.java121 mHeaderItem.protoIdsOff = readInt();
186 seek(mHeaderItem.protoIdsOff);
538 public int protoIdsSize, protoIdsOff; field in class:DexData.HeaderItem
/dalvik/libdex/
H A DDexFile.cpp275 pDexFile->pProtoIds = (const DexProtoId*) (data + pHeader->protoIdsOff);
H A DDexFile.h287 u4 protoIdsOff; member in struct:DexHeader
H A DDexSwapVerify.cpp271 SWAP_OFFSET4(pHeader->protoIdsOff);
473 && ((state->pHeader->protoIdsOff != 0)
2664 sectionCount, state->pHeader->protoIdsOff,
/dalvik/dexdump/
H A DDexDump.cpp448 pHeader->protoIdsOff, pHeader->protoIdsOff);

Completed in 92 milliseconds