Home
last modified time | relevance | path

Searched refs:X86Core (Results 1 – 7 of 7) sorted by relevance

/art/compiler/
Delf_writer_debug.cc111 opcodes.DefCFA(Reg::X86Core(4), 4); // R4(ESP). in WriteDebugFrameCIE()
112 opcodes.Offset(Reg::X86Core(8), -4); // R8(EIP). in WriteDebugFrameCIE()
116 opcodes.Undefined(Reg::X86Core(reg)); in WriteDebugFrameCIE()
120 opcodes.SameValue(Reg::X86Core(reg)); in WriteDebugFrameCIE()
129 auto return_reg = Reg::X86Core(8); // R8(EIP). in WriteDebugFrameCIE()
/art/compiler/dwarf/
Dregister.h44 static Reg X86Core(int num) { return Reg(num); } in X86Core() function
/art/compiler/dex/quick/x86/
Dcall_x86.cc149 return is_x86_64 ? dwarf::Reg::X86_64Core(num) : dwarf::Reg::X86Core(num); in DwarfCoreReg()
Dtarget_x86.cc728 return is_x86_64 ? dwarf::Reg::X86_64Core(num) : dwarf::Reg::X86Core(num); in DwarfCoreReg()
Dint_x86.cc834 return is_x86_64 ? dwarf::Reg::X86_64Core(num) : dwarf::Reg::X86Core(num); in DwarfCoreReg()
/art/compiler/utils/x86/
Dassembler_x86.cc1706 return dwarf::Reg::X86Core(static_cast<int>(reg)); in DWARFReg()
/art/compiler/optimizing/
Dcode_generator_x86.cc470 return dwarf::Reg::X86Core(static_cast<int>(reg)); in DWARFReg()