Searched defs:oat_method (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
D | art_method.cc | 622 OatFile::OatMethod oat_method = in GetOatQuickMethodHeader() local 660 OatFile::OatMethod oat_method = FindOatMethodFor(this, pointer_size, &found); in GetOatMethodQuickCode() local
|
D | class_linker.cc | 3660 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/ |
D | oatdump.cc | 284 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/ |
D | oat_writer_test.cc | 62 const OatFile::OatMethod& oat_method, in CheckMethod()
|