Searched defs:oat_method (Results 1 – 4 of 4) sorted by relevance
| /art/runtime/ |
| D | art_method.cc | 626 OatFile::OatMethod oat_method = in GetOatQuickMethodHeader() local 664 OatFile::OatMethod oat_method = FindOatMethodFor(this, pointer_size, &found); in GetOatMethodQuickCode() local
|
| D | class_linker.cc | 3446 OatFile::OatMethod oat_method = oat_class.GetOatMethod(method_index); in FixupStaticTrampolines() local 3490 const OatFile::OatMethod oat_method = oat_class->GetOatMethod(class_def_method_index); in LinkCode() local
|
| /art/oatdump/ |
| D | oatdump.cc | 287 void WalkOatMethod(const OatFile::OatMethod& oat_method, in WalkOatMethod() 870 void AddOffsets(const OatFile::OatMethod& oat_method) { in AddOffsets() 1130 const OatFile::OatMethod oat_method = oat_class.GetOatMethod(class_method_index); in DumpOatMethod() local 1350 const OatFile::OatMethod& oat_method, in DumpVmapData() 1374 const OatFile::OatMethod& oat_method) { in DumpCodeInfo() 1429 void DumpVregLocations(std::ostream& os, const OatFile::OatMethod& oat_method, in DumpVregLocations() 1473 const OatFile::OatMethod& oat_method, in IsMethodGeneratedByOptimizingCompiler() 1486 const OatFile::OatMethod& oat_method, in IsMethodGeneratedByDexToDexCompiler() 1606 const OatFile::OatMethod& oat_method, in DumpCode()
|
| /art/dex2oat/linker/ |
| D | oat_writer_test.cc | 61 const OatFile::OatMethod& oat_method, in CheckMethod()
|