Searched refs:dexGetProtoParameters (Results 1 – 2 of 2) sorted by relevance
142 const DexTypeList* typeList = dexGetProtoParameters(dexFile, protoId); in dexProtoGetMethodDescriptor()237 dexGetProtoParameters(pProto->dexFile, protoId); in dexProtoGetParameterCount()285 dexGetProtoParameters(dexFile1, protoId1); in protoCompare()291 dexGetProtoParameters(dexFile2, protoId2); in protoCompare()497 dexGetProtoParameters(pProto->dexFile, getProtoId(pProto)); in dexParameterIteratorInit()
660 DEX_INLINE const DexTypeList* dexGetProtoParameters( in dexGetProtoParameters() function