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

/dalvik/tools/dexdeps/src/com/android/dexdeps/
H A DDexData.java111 mHeaderItem.protoIdsOff = readInt();
176 seek(mHeaderItem.protoIdsOff);
528 public int protoIdsSize, protoIdsOff; field in class:DexData.HeaderItem
/dalvik/libdex/
H A DDexFile.h209 u4 protoIdsOff; member in struct:DexHeader
H A DDexSwapVerify.c294 SWAP_OFFSET4(pHeader->protoIdsOff);
488 && ((state->pHeader->protoIdsOff != 0)
2553 sectionCount, state->pHeader->protoIdsOff,
H A DDexFile.c478 pDexFile->pProtoIds = (const DexProtoId*) (data + pHeader->protoIdsOff);

Completed in 132 milliseconds