Searched refs:ESI (Results 1 - 4 of 4) sorted by relevance

/art/runtime/arch/x86/
H A Dregisters_x86.h36 ESI = 6, 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.cc117 callee_save_regs_.push_back(X86ManagedRegister::FromCpuRegister(ESI));
122 return 1 << EBP | 1 << ESI | 1 << EDI | 1 << kNumberOfCpuRegisters;
/art/compiler/optimizing/
H A Dcode_generator_x86.cc222 blocked_registers[ESI] = true;

Completed in 130 milliseconds