Home
last modified time | relevance | path

Searched defs:oat_method (Results 1 – 4 of 4) sorted by relevance

/art/compiler/
Dcommon_compiler_test.cc208 OatFile::OatMethod oat_method = CreateOatMethod(method_code); in MakeExecutable() local
220 OatFile::OatMethod oat_method = CreateOatMethod(method_code); in MakeExecutable() local
226 OatFile::OatMethod oat_method = CreateOatMethod(method_code); in MakeExecutable() local
Doat_test.cc39 const OatFile::OatMethod& oat_method, in CheckMethod()
/art/oatdump/
Doatdump.cc350 void AddOffsets(const OatFile::OatMethod& oat_method) { in AddOffsets()
474 const OatFile::OatMethod oat_method = oat_class.GetOatMethod(class_method_index); in DumpOatMethod() local
673 void DumpVmap(std::ostream& os, const OatFile::OatMethod& oat_method) { in DumpVmap()
700 void DescribeVReg(std::ostream& os, const OatFile::OatMethod& oat_method, in DescribeVReg()
721 void DumpGcMapRegisters(std::ostream& os, const OatFile::OatMethod& oat_method, in DumpGcMapRegisters()
745 void DumpGcMap(std::ostream& os, const OatFile::OatMethod& oat_method, in DumpGcMap()
772 void DumpMappingTable(std::ostream& os, const OatFile::OatMethod& oat_method) { in DumpMappingTable()
800 uint32_t DumpMappingAtOffset(std::ostream& os, const OatFile::OatMethod& oat_method, in DumpMappingAtOffset()
823 void DumpGcMapAtNativePcOffset(std::ostream& os, const OatFile::OatMethod& oat_method, in DumpGcMapAtNativePcOffset()
854 const OatFile::OatMethod& oat_method, in DumpVRegsAtDexPc()
[all …]
/art/runtime/
Dclass_linker.cc2392 bool ClassLinker::FindOatMethodFor(mirror::ArtMethod* method, OatFile::OatMethod* oat_method) { in FindOatMethodFor()
2439 OatFile::OatMethod oat_method; in GetQuickOatCodeFor() local
2470 OatFile::OatMethod oat_method; in GetPortableOatCodeFor() local
2497 OatFile::OatMethod oat_method; in GetOatMethodQuickCodeFor() local
2585 OatFile::OatMethod oat_method = oat_class.GetOatMethod(method_index); in FixupStaticTrampolines() local
2642 const OatFile::OatMethod oat_method = oat_class->GetOatMethod(method_index); in LinkCode() local