Searched refs:EBP (Results 1 - 5 of 5) sorted by relevance

/art/runtime/arch/x86/
H A Dregisters_x86.h35 EBP = 5, enumerator in enum:art::x86::Register
H A Dquick_method_frame_info_x86.h28 (1 << art::x86::EBP) | (1 << art::x86::ESI) | (1 << art::x86::EDI);
/art/compiler/jni/quick/x86/
H A Dcalling_convention_x86.cc116 callee_save_regs_.push_back(X86ManagedRegister::FromCpuRegister(EBP));
122 return 1 << EBP | 1 << ESI | 1 << EDI | 1 << kNumberOfCpuRegisters;
/art/compiler/utils/x86/
H A Dassembler_x86.h156 if (disp == 0 && base != EBP) {
174 SetSIB(scale, index, EBP);
180 if (disp == 0 && base != EBP) {
196 result.SetModRM(0, EBP);
/art/compiler/optimizing/
H A Dcode_generator_x86.cc221 blocked_registers[EBP] = true;

Completed in 190 milliseconds