Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file-inl.h94 const DexFile::TypeList* params = dex_file_->GetProtoParameters(*proto_id_);
95 const DexFile::TypeList* rhs_params = rhs.dex_file_->GetProtoParameters(*rhs.proto_id_);
Ddex_file_test.cc307 const DexFile::TypeList* to_find_tl = java_lang_dex_file_->GetProtoParameters(to_find); in TEST_F()
Ddex_file.h733 const TypeList* GetProtoParameters(const ProtoId& proto_id) const { in GetProtoParameters() function
1036 type_list_ = dex_file_.GetProtoParameters(proto_id); in DexFileParameterIterator()
Ddex_file.cc996 const DexFile::TypeList* params = dex_file_->GetProtoParameters(*proto_id_); in ToString()
1020 const DexFile::TypeList* params = dex_file_->GetProtoParameters(*proto_id_); in operator ==()
/art/runtime/mirror/
Dart_method-inl.h494 return dex_file->GetProtoParameters(proto); in GetParameterTypeList()