Home
last modified time | relevance | path

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

/art/compiler/jni/quick/x86/
Dcalling_convention_x86.cc117 callee_save_regs_.push_back(X86ManagedRegister::FromCpuRegister(ESI)); in X86JniCallingConvention()
122 return 1 << EBP | 1 << ESI | 1 << EDI | 1 << kNumberOfCpuRegisters; in CoreSpillMask()
/art/runtime/arch/x86/
Dregisters_x86.h36 ESI = 6, enumerator
Dquick_method_frame_info_x86.h28 (1 << art::x86::EBP) | (1 << art::x86::ESI) | (1 << art::x86::EDI);
/art/compiler/optimizing/
Dcode_generator_x86.cc222 blocked_registers[ESI] = true; in SetupBlockedRegisters()