Home
last modified time | relevance | path

Searched refs:GetOatMethod (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Doat_file.h254 const OatMethod GetOatMethod(uint32_t method_index) const;
Dart_method.cc479 return oat_class.GetOatMethod(oat_method_index); in FindOatMethodFromDexFileFor()
527 return oat_class.GetOatMethod(oat_method_index); in FindOatMethodFor()
Doat_file.cc2135 const OatFile::OatMethod OatFile::OatClass::GetOatMethod(uint32_t method_index) const { in GetOatMethod() function in art::OatFile::OatClass
Dclass_linker.cc3572 OatFile::OatMethod oat_method = oat_class.GetOatMethod(method_index); in FixupStaticTrampolines()
3639 const OatFile::OatMethod oat_method = oat_class->GetOatMethod(class_def_method_index); in LinkCode()
/art/dex2oat/linker/
Doat_writer_test.cc500 CheckMethod(&m, oat_class.GetOatMethod(method_index), dex_file); in TEST_F()
509 CheckMethod(&m, oat_class.GetOatMethod(method_index), dex_file); in TEST_F()
/art/oatdump/
Doatdump.cc275 WalkOatMethod(oat_class.GetOatMethod(class_method_idx++), in WalkOatClass()
738 return oat_class.GetOatMethod(oat_method_index).GetQuickCode(); in GetQuickOatCode()
854 AddOffsets(oat_class.GetOatMethod(class_method_index)); in AddAllOffsets()
1129 const OatFile::OatMethod oat_method = oat_class.GetOatMethod(class_method_index); in DumpOatMethod()