Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.cc363 OatFile::OatMethod oat_method = in GetQuickenedInfo() local
427 OatFile::OatMethod oat_method = class_linker->FindOatMethodFor(this, &found); in GetOatQuickMethodHeader() local
Dclass_linker.cc2722 OatFile::OatMethod oat_method = FindOatMethodFor(method, &found); in GetQuickOatCodeFor() local
2741 OatFile::OatMethod oat_method = FindOatMethodFor(method, &found); in GetOatMethodQuickCodeFor() local
2830 OatFile::OatMethod oat_method = oat_class.GetOatMethod(method_index); in FixupStaticTrampolines() local
2864 const OatFile::OatMethod oat_method = oat_class->GetOatMethod(class_def_method_index); in LinkCode() local
7737 OatFile::OatMethod oat_method = CreateOatMethod(method_code); in SetEntryPointsToCompiledCode() local
7746 OatFile::OatMethod oat_method = CreateOatMethod(quick_method_code); in SetEntryPointsToInterpreter() local
/art/oatdump/
Doatdump.cc231 void WalkOatMethod(const OatFile::OatMethod& oat_method, in WalkOatMethod()
562 void AddOffsets(const OatFile::OatMethod& oat_method) { in AddOffsets()
797 const OatFile::OatMethod oat_method = oat_class.GetOatMethod(class_method_index); in DumpOatMethod() local
1000 const OatFile::OatMethod& oat_method, in DumpVmapData()
1024 const OatFile::OatMethod& oat_method, in DumpCodeInfo()
1032 void DumpVregLocations(std::ostream& os, const OatFile::OatMethod& oat_method, in DumpVregLocations()
1088 static bool IsMethodGeneratedByOptimizingCompiler(const OatFile::OatMethod& oat_method, in IsMethodGeneratedByOptimizingCompiler()
1100 static bool IsMethodGeneratedByDexToDexCompiler(const OatFile::OatMethod& oat_method, in IsMethodGeneratedByDexToDexCompiler()
1217 const OatFile::OatMethod& oat_method, const DexFile::CodeItem* code_item, in DumpCode()
/art/compiler/
Doat_test.cc60 const OatFile::OatMethod& oat_method, in CheckMethod()