Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.cc650 OatFile::OatMethod oat_method = in GetOatQuickMethodHeader() local
714 OatFile::OatMethod oat_method = FindOatMethodFor(this, pointer_size, &found); in GetOatMethodQuickCode() local
/art/oatdump/
Doatdump.cc291 void WalkOatMethod(const OatFile::OatMethod& oat_method, in WalkOatMethod()
881 void AddOffsets(const OatFile::OatMethod& oat_method) { in AddOffsets()
1142 const OatFile::OatMethod oat_method = oat_class.GetOatMethod(class_method_index); in DumpOatMethod() local
1366 const OatFile::OatMethod& oat_method, in DumpVmapData()
1385 const OatFile::OatMethod& oat_method) { in DumpCodeInfo()
1440 void DumpVregLocations(std::ostream& os, const OatFile::OatMethod& oat_method, in DumpVregLocations()
1484 const OatFile::OatMethod& oat_method, in IsMethodGeneratedByOptimizingCompiler()
1530 const OatFile::OatMethod& oat_method, in DumpCode()
/art/dex2oat/linker/
Doat_writer_test.cc66 const OatFile::OatMethod& oat_method, in CheckMethod()
1016 const OatFile::OatMethod& oat_method = oat_class.GetOatMethod(method_index++); in TEST_F() local