Home
last modified time | relevance | path

Searched refs:eip_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/arch/x86/
Dcontext_x86.h44 eip_ = new_pc; in SetPC()
101 uintptr_t esp_, eip_; variable
Dcontext_x86.cc34 eip_ = X86Context::kBadGprBase + kNumberOfCpuRegisters; in Reset()
105 *(reinterpret_cast<uintptr_t*>(esp)) = eip_; in DoLongJump()