Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.cc592 OatFile::OatMethod oat_method = in GetOatQuickMethodHeader() local
633 OatFile::OatMethod oat_method = FindOatMethodFor(this, pointer_size, &found); in GetOatMethodQuickCode() local
Dclass_linker.cc3439 const OatFile::OatMethod oat_method = oat_class->GetOatMethod(class_def_method_index); in LinkCode() local
/art/oatdump/
Doatdump.cc285 void WalkOatMethod(const OatFile::OatMethod& oat_method, in WalkOatMethod()
858 void AddOffsets(const OatFile::OatMethod& oat_method) { in AddOffsets()
1119 const OatFile::OatMethod oat_method = oat_class.GetOatMethod(class_method_index); in DumpOatMethod() local
1334 const OatFile::OatMethod& oat_method, in DumpVmapData()
1353 const OatFile::OatMethod& oat_method) { in DumpCodeInfo()
1408 void DumpVregLocations(std::ostream& os, const OatFile::OatMethod& oat_method, in DumpVregLocations()
1452 const OatFile::OatMethod& oat_method, in IsMethodGeneratedByOptimizingCompiler()
1499 const OatFile::OatMethod& oat_method, in DumpCode()
/art/dex2oat/linker/
Doat_writer_test.cc62 const OatFile::OatMethod& oat_method, in CheckMethod()