Searched refs:DexProtoId (Results 1 – 4 of 4) sorted by relevance
121 static inline const DexProtoId* getProtoId(const DexProto* pProto) { in getProtoId()130 const DexProtoId* protoId = getProtoId(pProto); in dexProtoGetShorty()141 const DexProtoId* protoId = getProtoId(pProto); in dexProtoGetMethodDescriptor()227 const DexProtoId* protoId = getProtoId(pProto); in dexProtoGetReturnType()235 const DexProtoId* protoId = getProtoId(pProto); in dexProtoGetParameterCount()283 const DexProtoId* protoId1 = getProtoId(pProto1); in protoCompare()289 const DexProtoId* protoId2 = getProtoId(pProto2); in protoCompare()
273 typedef struct DexProtoId { struct277 } DexProtoId; argument514 const DexProtoId* pProtoIds;654 DEX_INLINE const DexProtoId* dexGetProtoId(const DexFile* pDexFile, u4 idx) { in dexGetProtoId()664 const DexFile *pDexFile, const DexProtoId* pProtoId) { in dexGetProtoParameters()
582 DexProtoId* item = ptr; in swapProtoIdItem()639 const DexProtoId* item = ptr; in crossVerifyProtoIdItem()685 const DexProtoId* item0 = state->previousItem; in crossVerifyProtoIdItem()
474 pDexFile->pProtoIds = (const DexProtoId*) (data + pHeader->protoIdsOff); in dexFileSetupBasicPointers()