Searched defs:oat_method (Results 1 – 4 of 4) sorted by relevance
/art/oatdump/ |
D | oatdump.cc | 198 const OatFile::OatMethod oat_method = oat_class.GetOatMethod(class_method_idx); in WalkOatClass() local 205 const OatFile::OatMethod oat_method = oat_class.GetOatMethod(class_method_idx); in WalkOatClass() local 215 const OatFile::OatMethod& oat_method, const DexFile& dex_file, in WalkOatMethod() 233 const OatFile::OatMethod& oat_method, in RegisterForDedup() 267 const OatFile::OatMethod& oat_method, in AddSymbol() 572 void AddOffsets(const OatFile::OatMethod& oat_method) { in AddOffsets() 794 const OatFile::OatMethod oat_method = oat_class.GetOatMethod(class_method_index); in DumpOatMethod() local 1014 const OatFile::OatMethod& oat_method, in DumpVmapData() 1045 const OatFile::OatMethod& oat_method, in DumpVmapTable() 1069 void DumpVregLocations(std::ostream& os, const OatFile::OatMethod& oat_method, in DumpVregLocations() [all …]
|
/art/compiler/ |
D | oat_test.cc | 45 const OatFile::OatMethod& oat_method, in CheckMethod()
|
/art/compiler/jit/ |
D | jit_compiler.cc | 300 OatFile::OatMethod oat_method(nullptr, 0); in MakeExecutable() local
|
/art/runtime/ |
D | class_linker.cc | 2069 OatFile::OatMethod oat_method = FindOatMethodFor(method, &found); in GetQuickOatCodeFor() local 2095 OatFile::OatMethod oat_method = FindOatMethodFor(method, &found); in GetOatMethodQuickCodeFor() local 2173 OatFile::OatMethod oat_method = oat_class.GetOatMethod(method_index); in FixupStaticTrampolines() local 2203 const OatFile::OatMethod oat_method = oat_class->GetOatMethod(class_def_method_index); in LinkCode() local 5635 OatFile::OatMethod oat_method = CreateOatMethod(method_code); in SetEntryPointsToCompiledCode() local 5646 OatFile::OatMethod oat_method = CreateOatMethod(quick_method_code); in SetEntryPointsToInterpreter() local
|