Searched defs:oat_method (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
D | art_method.cc | 363 OatFile::OatMethod oat_method = in GetQuickenedInfo() local 427 OatFile::OatMethod oat_method = class_linker->FindOatMethodFor(this, &found); in GetOatQuickMethodHeader() local
|
D | class_linker.cc | 2722 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/ |
D | oatdump.cc | 231 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/ |
D | oat_test.cc | 60 const OatFile::OatMethod& oat_method, in CheckMethod()
|