Home
last modified time | relevance | path

Searched defs:oat_method (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/oatdump/
H A Doatdump.cc285 void WalkOatMethod(const OatFile::OatMethod& oat_method, in WalkOatMethod()
852 void AddOffsets(const OatFile::OatMethod& oat_method) { in AddOffsets()
1112 const OatFile::OatMethod oat_method = oat_class.GetOatMethod(class_method_index); in DumpOatMethod() local
1330 const OatFile::OatMethod& oat_method, in DumpVmapData()
1354 const OatFile::OatMethod& oat_method) { in DumpCodeInfo()
1409 void DumpVregLocations(std::ostream& os, const OatFile::OatMethod& oat_method, in DumpVregLocations()
1453 const OatFile::OatMethod& oat_method, in IsMethodGeneratedByOptimizingCompiler()
1466 const OatFile::OatMethod& oat_method, in IsMethodGeneratedByDexToDexCompiler()
1505 const OatFile::OatMethod& oat_method, in DumpCode()
/aosp12/art/runtime/
H A Dart_method.cc596 OatFile::OatMethod oat_method = in GetOatQuickMethodHeader() local
637 OatFile::OatMethod oat_method = FindOatMethodFor(this, pointer_size, &found); in GetOatMethodQuickCode() local
H A Dclass_linker.cc3473 OatFile::OatMethod oat_method = oat_class.GetOatMethod(method_index); in FixupStaticTrampolines() local
3540 const OatFile::OatMethod oat_method = oat_class->GetOatMethod(class_def_method_index); in LinkCode() local
/aosp12/art/dex2oat/linker/
H A Doat_writer_test.cc62 const OatFile::OatMethod& oat_method, in CheckMethod()