Searched defs:param_types (Results 1 – 5 of 5) sorted by relevance
66 const dex::TypeList* param_types = dex_file->GetProtoParameters(proto_id); in GetImtHashComponents() local
407 ObjPtr<mirror::ObjectArray<mirror::Class>> param_types(callsite_type->GetPTypes()); in IsCallerTransformer() local
42 const std::vector<std::string>& param_types) { in CreateMethodType()
238 std::set<std::string> param_types = { in GetParamList() local
91 explicit Prototype(TypeDescriptor return_type, TypeDescriptors... param_types) in Prototype()