Home
last modified time | relevance | path

Searched refs:dexGetProtoParameters (Results 1 – 3 of 3) 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.h770 DEX_INLINE const DexTypeList* dexGetProtoParameters( in dexGetProtoParameters() function
/dalvik/dexdump/
DDexDump.cpp721 const DexTypeList* paramTypes = dexGetProtoParameters(pDexFile, protoId); in getProtoInfo()