Home
last modified time | relevance | path

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

/art/compiler/
Doat_test.cc175 oat_class.GetOatMethod(method_index), dex_file); in TEST_F()
179 oat_class.GetOatMethod(method_index), dex_file); in TEST_F()
/art/runtime/
Doat_file.h187 const OatMethod GetOatMethod(uint32_t method_index) const;
Doat_file.cc572 const OatFile::OatMethod OatFile::OatClass::GetOatMethod(uint32_t method_index) const { in GetOatMethod() function in art::OatFile::OatClass
Dclass_linker.cc2429 *oat_method = oat_class.GetOatMethod(oat_method_index); in FindOatMethodFor()
2509 return oat_class.GetOatMethod(oat_method_idx).GetQuickCode(); in GetQuickOatCodeFor()
2520 return oat_class.GetOatMethod(oat_method_idx).GetPortableCode(); in GetPortableOatCodeFor()
2585 OatFile::OatMethod oat_method = oat_class.GetOatMethod(method_index); in FixupStaticTrampolines()
2642 const OatFile::OatMethod oat_method = oat_class->GetOatMethod(method_index); in LinkCode()
/art/oatdump/
Doatdump.cc294 return oat_class.GetOatMethod(method_index).GetQuickCode(); in GetQuickOatCode()
329 AddOffsets(oat_class.GetOatMethod(class_method_index++)); in AddAllOffsets()
333 AddOffsets(oat_class.GetOatMethod(class_method_index++)); in AddAllOffsets()
474 const OatFile::OatMethod oat_method = oat_class.GetOatMethod(class_method_index); in DumpOatMethod()