Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dimtable-inl.h66 const dex::TypeList* param_types = dex_file->GetProtoParameters(proto_id); in GetImtHashComponents() local
H A Dmethod_handles.cc407 ObjPtr<mirror::ObjectArray<mirror::Class>> param_types(callsite_type->GetPTypes()); in IsCallerTransformer() local
/aosp12/art/runtime/mirror/
H A Dmethod_type_test.cc42 const std::vector<std::string>& param_types) { in CreateMethodType()
/aosp12/system/bt/gd/packet/parser/
H A Dparent_def.cc238 std::set<std::string> param_types = { in GetParamList() local
/aosp12/frameworks/base/startop/view_compiler/
H A Ddex_builder.h91 explicit Prototype(TypeDescriptor return_type, TypeDescriptors... param_types) in Prototype()