Searched defs:next_sp (Results 1 - 1 of 1) sorted by relevance

/art/runtime/arch/x86/
H A Dfault_handler_x86.cc300 uintptr_t* next_sp = reinterpret_cast<uintptr_t*>(sp - sizeof(uintptr_t)); local
301 *next_sp = retaddr;
302 uc->CTX_ESP = reinterpret_cast<uintptr_t>(next_sp);
374 uintptr_t* next_sp = reinterpret_cast<uintptr_t*>(sp - sizeof(uintptr_t)); local
375 *next_sp = retaddr;
376 uc->CTX_ESP = reinterpret_cast<uintptr_t>(next_sp);

Completed in 163 milliseconds