Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.cc622 OatFile::OatMethod oat_method = in GetOatQuickMethodHeader() local
660 OatFile::OatMethod oat_method = FindOatMethodFor(this, pointer_size, &found); in GetOatMethodQuickCode() local
Dclass_linker.cc3660 OatFile::OatMethod oat_method = oat_class.GetOatMethod(method_index); in FixupStaticTrampolines() local
3727 const OatFile::OatMethod oat_method = oat_class->GetOatMethod(class_def_method_index); in LinkCode() local
/art/oatdump/
Doatdump.cc284 void WalkOatMethod(const OatFile::OatMethod& oat_method, in WalkOatMethod()
873 void AddOffsets(const OatFile::OatMethod& oat_method) { in AddOffsets()
1133 const OatFile::OatMethod oat_method = oat_class.GetOatMethod(class_method_index); in DumpOatMethod() local
1353 const OatFile::OatMethod& oat_method, in DumpVmapData()
1377 const OatFile::OatMethod& oat_method) { in DumpCodeInfo()
1432 void DumpVregLocations(std::ostream& os, const OatFile::OatMethod& oat_method, in DumpVregLocations()
1476 const OatFile::OatMethod& oat_method, in IsMethodGeneratedByOptimizingCompiler()
1489 const OatFile::OatMethod& oat_method, in IsMethodGeneratedByDexToDexCompiler()
1609 const OatFile::OatMethod& oat_method, in DumpCode()
/art/dex2oat/linker/
Doat_writer_test.cc62 const OatFile::OatMethod& oat_method, in CheckMethod()