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

/art/runtime/
H A Doat_file.h220 const OatMethod GetOatMethod(uint32_t method_index) const;
224 // callers should use GetOatMethod.
229 // is present. Note that most callers should use GetOatMethod.
H A Dart_method.cc495 return oat_class.GetOatMethod(oat_method_index);
543 return oat_class.GetOatMethod(oat_method_index);
H A Doat_file.cc1921 const OatFile::OatMethod OatFile::OatClass::GetOatMethod(uint32_t method_index) const { function in class:art::OatFile::OatClass
H A Dclass_linker.cc2994 OatFile::OatMethod oat_method = oat_class.GetOatMethod(method_index);
3033 const OatFile::OatMethod oat_method = oat_class->GetOatMethod(class_def_method_index);
/art/dex2oat/linker/
H A Doat_writer_test.cc471 CheckMethod(&m, oat_class.GetOatMethod(method_index), dex_file);
480 CheckMethod(&m, oat_class.GetOatMethod(method_index), dex_file);
/art/oatdump/
H A Doatdump.cc281 WalkOatMethod(oat_class.GetOatMethod(class_method_idx++),
680 return oat_class.GetOatMethod(method_index).GetQuickCode();
914 AddOffsets(oat_class.GetOatMethod(class_method_index++));
1319 const OatFile::OatMethod oat_method = oat_class.GetOatMethod(class_method_index);

Completed in 120 milliseconds