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.cc349 uintptr_t* next_sp = reinterpret_cast<uintptr_t*>(sp - 2 * sizeof(uintptr_t)); in Action() local
350 next_sp[1] = retaddr; in Action()
351 next_sp[0] = reinterpret_cast<uintptr_t>(sig->si_addr); in Action()
352 uc->CTX_ESP = reinterpret_cast<uintptr_t>(next_sp); in Action()
421 uintptr_t* next_sp = reinterpret_cast<uintptr_t*>(sp - sizeof(uintptr_t)); in Action() local
422 *next_sp = retaddr; in Action()
423 uc->CTX_ESP = reinterpret_cast<uintptr_t>(next_sp); in Action()