Home
last modified time | relevance | path

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

/dalvik/libdex/
DDexProto.c121 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()
DDexFile.h273 typedef struct DexProtoId { struct
277 } DexProtoId; argument
514 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()
DDexSwapVerify.c582 DexProtoId* item = ptr; in swapProtoIdItem()
639 const DexProtoId* item = ptr; in crossVerifyProtoIdItem()
685 const DexProtoId* item0 = state->previousItem; in crossVerifyProtoIdItem()
DDexFile.c474 pDexFile->pProtoIds = (const DexProtoId*) (data + pHeader->protoIdsOff); in dexFileSetupBasicPointers()