Searched refs:X86Core (Results 1 - 5 of 5) sorted by last modified time

/art/compiler/utils/x86/
H A Djni_macro_assembler_x86.cc37 return dwarf::Reg::X86Core(static_cast<int>(reg));
/art/compiler/debug/dwarf/
H A Dregister.h47 static Reg X86Core(int num) { return Reg(num); } function in class:art::dwarf::Reg
/art/compiler/debug/
H A Delf_debug_frame_writer.h115 opcodes.DefCFA(Reg::X86Core(4), 4); // R4(ESP).
116 opcodes.Offset(Reg::X86Core(8), -4); // R8(EIP).
120 opcodes.Undefined(Reg::X86Core(reg));
124 opcodes.SameValue(Reg::X86Core(reg));
133 auto return_reg = Reg::X86Core(8); // R8(EIP).
H A Delf_debug_loc_writer.h42 return Reg::X86Core(machine_reg);
/art/compiler/optimizing/
H A Dcode_generator_x86.cc1054 return dwarf::Reg::X86Core(static_cast<int>(reg));

Completed in 77 milliseconds