Home
last modified time | relevance | path

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

/dalvik/libdex/
DDexProto.cpp137 const DexTypeList* typeList = dexGetProtoParameters(dexFile, protoId); in dexProtoGetMethodDescriptor()
221 dexGetProtoParameters(pProto->dexFile, protoId); in dexProtoGetParameterCount()
264 dexGetProtoParameters(dexFile1, protoId1); in protoCompare()
270 dexGetProtoParameters(dexFile2, protoId2); in protoCompare()
487 dexGetProtoParameters(pProto->dexFile, getProtoId(pProto)); in dexParameterIteratorInit()
DDexFile.h676 DEX_INLINE const DexTypeList* dexGetProtoParameters( in dexGetProtoParameters() function