Home
last modified time | relevance | path

Searched refs:DexProtoId (Results 1 – 5 of 5) 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.h357 struct DexProtoId { struct
604 const DexProtoId* pProtoIds;
761 DEX_INLINE const DexProtoId* dexGetProtoId(const DexFile* pDexFile, u4 idx) { in dexGetProtoId()
771 const DexFile *pDexFile, const DexProtoId* pProtoId) { in dexGetProtoParameters()
DDexFile.cpp275 pDexFile->pProtoIds = (const DexProtoId*) (data + pHeader->protoIdsOff); in dexFileSetupBasicPointers()
DDexSwapVerify.cpp599 DexProtoId* item = (DexProtoId*) ptr; in swapProtoIdItem()
656 const DexProtoId* item = (const DexProtoId*) ptr; in crossVerifyProtoIdItem()
702 const DexProtoId* item0 = (const DexProtoId*) state->previousItem; in crossVerifyProtoIdItem()
/dalvik/dexdump/
DDexDump.cpp703 const DexProtoId* protoId = dexGetProtoId(pDexFile, protoIdx); in getProtoInfo()