Home
last modified time | relevance | path

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

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