Home
last modified time | relevance | path

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

/dalvik/libdex/
DDexProto.c121 static inline const DexProtoId* getProtoId(const DexProto* pProto) { in getProtoId() function
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()
497 dexGetProtoParameters(pProto->dexFile, getProtoId(pProto)); in dexParameterIteratorInit()