Home
last modified time | relevance | path

Searched refs:GetProtoParameters (Results 1 – 12 of 12) sorted by relevance

/aosp12/art/libdexfile/dex/
H A Dsignature.cc35 const TypeList* params = dex_file_->GetProtoParameters(*proto_id_); in ToString()
51 const TypeList* params = dex_file_->GetProtoParameters(*proto_id_); in GetNumberOfParameters()
69 const TypeList* params = dex_file_->GetProtoParameters(*proto_id_); in operator ==()
H A Dsignature-inl.h60 const dex::TypeList* params = dex_file_->GetProtoParameters(*proto_id_);
61 const dex::TypeList* rhs_params = rhs.dex_file_->GetProtoParameters(*rhs.proto_id_);
H A Dmethod_reference.h74 const dex::TypeList* params1 = mr1.dex_file->GetProtoParameters(prid1); in SlowCompare()
76 const dex::TypeList* params2 = mr2.dex_file->GetProtoParameters(prid2); in SlowCompare()
H A Ddex_file.h509 const dex::TypeList* GetProtoParameters(const dex::ProtoId& proto_id) const { in GetProtoParameters() function
920 type_list_ = dex_file_.GetProtoParameters(proto_id); in DexFileParameterIterator()
H A Dart_dex_file_loader_test.cc258 const dex::TypeList* to_find_tl = java_lang_dex_file_->GetProtoParameters(to_find); in TEST_F()
H A Ddex_file.cc557 const TypeList* params = GetProtoParameters(*proto_id); in AppendPrettyMethod()
/aosp12/art/runtime/
H A Dimtable-inl.h66 const dex::TypeList* param_types = dex_file->GetProtoParameters(proto_id); in GetImtHashComponents()
H A Dart_method-inl.h261 return dex_file->GetProtoParameters(proto); in GetParameterTypeList()
H A Dart_method.cc517 const dex::TypeList* proto_params = dex_file->GetProtoParameters(proto_id); in EqualParameters()
/aosp12/art/compiler/debug/
H A Delf_debug_info_writer.h153 const dex::TypeList* dex_params = dex->GetProtoParameters(dex_proto); in Write()
/aosp12/art/dexlayout/
H A Ddex_ir_builder.cc447 const dex::TypeList* type_list = dex_file.GetProtoParameters(disk_proto_id); in CreateProtoId()
/aosp12/art/compiler/optimizing/
H A Dinstruction_builder.cc624 const dex::TypeList* arg_types = dex_file_->GetProtoParameters(proto); in InitializeParameters()