Home
last modified time | relevance | path

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

/aosp_15_r20/art/oatdump/
H A Doatdump.cc290 void WalkOatMethod(const OatFile::OatMethod& oat_method, in WalkOatMethod()
881 void AddOffsets(const OatFile::OatMethod& oat_method) { in AddOffsets()
1144 const OatFile::OatMethod oat_method = oat_class.GetOatMethod(class_method_index); in DumpOatMethod() local
1368 const OatFile::OatMethod& oat_method, in DumpVmapData()
1387 const OatFile::OatMethod& oat_method) { in DumpCodeInfo()
1442 void DumpVregLocations(std::ostream& os, const OatFile::OatMethod& oat_method, in DumpVregLocations()
1486 const OatFile::OatMethod& oat_method, in IsMethodGeneratedByOptimizingCompiler()
1532 const OatFile::OatMethod& oat_method, in DumpCode()
/aosp_15_r20/art/runtime/
H A Dart_method.cc650 OatFile::OatMethod oat_method = in GetOatQuickMethodHeader() local
714 OatFile::OatMethod oat_method = FindOatMethodFor(this, pointer_size, &found); in GetOatMethodQuickCode() local
/aosp_15_r20/art/dex2oat/linker/
H A Doat_writer_test.cc62 const OatFile::OatMethod& oat_method, in CheckMethod()