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.cc313 uintptr_t* next_sp = reinterpret_cast<uintptr_t*>(sp - sizeof(uintptr_t)); in Action() local
314 *next_sp = retaddr; in Action()
315 uc->CTX_ESP = reinterpret_cast<uintptr_t>(next_sp); in Action()
387 uintptr_t* next_sp = reinterpret_cast<uintptr_t*>(sp - sizeof(uintptr_t)); in Action() local
388 *next_sp = retaddr; in Action()
389 uc->CTX_ESP = reinterpret_cast<uintptr_t>(next_sp); in Action()