Searched defs:oat_method (Results 1 – 4 of 4) sorted by relevance
/aosp12/art/oatdump/ |
H A D | oatdump.cc | 285 void WalkOatMethod(const OatFile::OatMethod& oat_method, in WalkOatMethod() 852 void AddOffsets(const OatFile::OatMethod& oat_method) { in AddOffsets() 1112 const OatFile::OatMethod oat_method = oat_class.GetOatMethod(class_method_index); in DumpOatMethod() local 1330 const OatFile::OatMethod& oat_method, in DumpVmapData() 1354 const OatFile::OatMethod& oat_method) { in DumpCodeInfo() 1409 void DumpVregLocations(std::ostream& os, const OatFile::OatMethod& oat_method, in DumpVregLocations() 1453 const OatFile::OatMethod& oat_method, in IsMethodGeneratedByOptimizingCompiler() 1466 const OatFile::OatMethod& oat_method, in IsMethodGeneratedByDexToDexCompiler() 1505 const OatFile::OatMethod& oat_method, in DumpCode()
|
/aosp12/art/runtime/ |
H A D | art_method.cc | 596 OatFile::OatMethod oat_method = in GetOatQuickMethodHeader() local 637 OatFile::OatMethod oat_method = FindOatMethodFor(this, pointer_size, &found); in GetOatMethodQuickCode() local
|
H A D | class_linker.cc | 3473 OatFile::OatMethod oat_method = oat_class.GetOatMethod(method_index); in FixupStaticTrampolines() local 3540 const OatFile::OatMethod oat_method = oat_class->GetOatMethod(class_def_method_index); in LinkCode() local
|
/aosp12/art/dex2oat/linker/ |
H A D | oat_writer_test.cc | 62 const OatFile::OatMethod& oat_method, in CheckMethod()
|