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

/dalvik/libdex/
H A DDexProto.cpp118 * Return the DexProtoId from the given DexProto. The DexProto must
119 * actually refer to a DexProtoId.
121 static inline const DexProtoId* getProtoId(const DexProto* pProto) {
127 const DexProtoId* protoId = getProtoId(pProto);
136 const DexProtoId* protoId = getProtoId(pProto);
213 const DexProtoId* protoId = getProtoId(pProto);
219 const DexProtoId* protoId = getProtoId(pProto);
262 const DexProtoId* protoId1 = getProtoId(pProto1);
268 const DexProtoId* protoId2 = getProtoId(pProto2);
H A DDexFile.h295 struct DexProtoId { struct
510 const DexProtoId* pProtoIds;
667 DEX_INLINE const DexProtoId* dexGetProtoId(const DexFile* pDexFile, u4 idx) {
677 const DexFile *pDexFile, const DexProtoId* pProtoId) {
H A DDexSwapVerify.cpp615 DexProtoId* item = (DexProtoId*) ptr;
672 const DexProtoId* item = (const DexProtoId*) ptr;
718 const DexProtoId* item0 = (const DexProtoId*) state->previousItem;
H A DDexFile.cpp278 pDexFile->pProtoIds = (const DexProtoId*) (data + pHeader->protoIdsOff);

Completed in 53 milliseconds