Home
last modified time | relevance | path

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

/art/runtime/arch/x86/
Dfault_handler_x86.cc312 uintptr_t retaddr = reinterpret_cast<uintptr_t>(pc + instr_size); in Action() local
314 *next_sp = retaddr; in Action()
386 uintptr_t retaddr = reinterpret_cast<uintptr_t>(pc + 2); in Action() local
388 *next_sp = retaddr; in Action()