Home
last modified time | relevance | path

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

/art/runtime/arch/x86/
Dfault_handler_x86.cc344 uintptr_t retaddr = reinterpret_cast<uintptr_t>(pc + instr_size); in Action() local
346 next_sp[1] = retaddr; in Action()
416 uintptr_t retaddr = reinterpret_cast<uintptr_t>(pc + 2); in Action() local
418 *next_sp = retaddr; in Action()