Home
last modified time | relevance | path

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

/art/runtime/arch/x86/
Dfault_handler_x86.cc321 uintptr_t* next_sp = reinterpret_cast<uintptr_t*>(sp) - 2; in Action() local
322 next_sp[1] = return_pc; in Action()
323 next_sp[0] = fault_address; in Action()
324 uc->CTX_ESP = reinterpret_cast<uintptr_t>(next_sp); in Action()
394 uintptr_t* next_sp = reinterpret_cast<uintptr_t*>(sp - sizeof(uintptr_t)); in Action() local
395 *next_sp = retaddr; in Action()
396 uc->CTX_ESP = reinterpret_cast<uintptr_t>(next_sp); in Action()