Home
last modified time | relevance | path

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

/art/runtime/oat/
Doat_file.h271 EXPORT const OatMethod GetOatMethod(uint32_t method_index) const;
Doat_file.cc2431 const OatFile::OatMethod OatFile::OatClass::GetOatMethod(uint32_t method_index) const { in GetOatMethod() function in art::OatFile::OatClass
/art/runtime/
Dart_method.cc509 return oat_class.GetOatMethod(oat_method_index); in FindOatMethodFromDexFileFor()
557 return oat_class.GetOatMethod(oat_method_index); in FindOatMethodFor()
/art/dex2oat/linker/
Doat_writer_test.cc482 CheckMethod(&m, oat_class.GetOatMethod(method_index), dex_file); in TEST_F()
491 CheckMethod(&m, oat_class.GetOatMethod(method_index), dex_file); in TEST_F()
/art/oatdump/
Doatdump.cc281 WalkOatMethod(oat_class.GetOatMethod(class_method_idx++), in WalkOatClass()
705 uint32_t code_offset = oat_class.GetOatMethod(class_method_index).GetCodeOffset(); in DumpMethodAndOffsetAsJson()
777 return oat_class.GetOatMethod(oat_method_index).GetQuickCode(); in GetQuickOatCode()
857 AddOffsets(oat_class.GetOatMethod(class_method_index)); in AddAllOffsets()
1136 const OatFile::OatMethod oat_method = oat_class.GetOatMethod(class_method_index); in DumpOatMethod()