Home
last modified time | relevance | path

Searched defs:param_types (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dimtable-inl.h66 const dex::TypeList* param_types = dex_file->GetProtoParameters(proto_id); in GetImtHashComponents() local
Dmethod_handles.cc406 ObjPtr<mirror::ObjectArray<mirror::Class>> param_types(callsite_type->GetPTypes()); in IsCallerTransformer() local
/art/runtime/mirror/
Dmethod_type_test.cc42 const std::vector<std::string>& param_types) { in CreateMethodType()