Searched refs:dexGetProtoParameters (Results 1 – 2 of 2) sorted by relevance
137 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()
676 DEX_INLINE const DexTypeList* dexGetProtoParameters( in dexGetProtoParameters() function