Searched refs:DexProtoId (Results 1 – 4 of 4) 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()
295 struct DexProtoId { struct510 const DexProtoId* pProtoIds;667 DEX_INLINE const DexProtoId* dexGetProtoId(const DexFile* pDexFile, u4 idx) { in dexGetProtoId()677 const DexFile *pDexFile, const DexProtoId* pProtoId) { in dexGetProtoParameters()
615 DexProtoId* item = (DexProtoId*) ptr; in swapProtoIdItem()672 const DexProtoId* item = (const DexProtoId*) ptr; in crossVerifyProtoIdItem()718 const DexProtoId* item0 = (const DexProtoId*) state->previousItem; in crossVerifyProtoIdItem()
278 pDexFile->pProtoIds = (const DexProtoId*) (data + pHeader->protoIdsOff); in dexFileSetupBasicPointers()