Home
last modified time | relevance | path

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

/dalvik/libdex/
DDexProto.cpp121 static inline const DexProtoId* getProtoId(const DexProto* pProto) { in getProtoId()
127 const DexProtoId* protoId = getProtoId(pProto); in dexProtoGetShorty()
136 const DexProtoId* protoId = getProtoId(pProto); in dexProtoGetMethodDescriptor()
213 const DexProtoId* protoId = getProtoId(pProto); in dexProtoGetReturnType()
219 const DexProtoId* protoId = getProtoId(pProto); in dexProtoGetParameterCount()
262 const DexProtoId* protoId1 = getProtoId(pProto1); in protoCompare()
268 const DexProtoId* protoId2 = getProtoId(pProto2); in protoCompare()
DDexFile.h337 struct DexProtoId { struct
552 const DexProtoId* pProtoIds;
709 DEX_INLINE const DexProtoId* dexGetProtoId(const DexFile* pDexFile, u4 idx) { in dexGetProtoId()
719 const DexFile *pDexFile, const DexProtoId* pProtoId) { in dexGetProtoParameters()
DDexSwapVerify.cpp589 DexProtoId* item = (DexProtoId*) ptr; in swapProtoIdItem()
646 const DexProtoId* item = (const DexProtoId*) ptr; in crossVerifyProtoIdItem()
692 const DexProtoId* item0 = (const DexProtoId*) state->previousItem; in crossVerifyProtoIdItem()
DDexFile.cpp278 pDexFile->pProtoIds = (const DexProtoId*) (data + pHeader->protoIdsOff); in dexFileSetupBasicPointers()