Searched refs:DexProtoId (Results 1 – 5 of 5) sorted by relevance
121 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()
357 struct DexProtoId { struct604 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()
275 pDexFile->pProtoIds = (const DexProtoId*) (data + pHeader->protoIdsOff); in dexFileSetupBasicPointers()
599 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()
703 const DexProtoId* protoId = dexGetProtoId(pDexFile, protoIdx); in getProtoInfo()