Home
last modified time | relevance | path

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

/art/runtime/arch/x86/
Dfault_handler_x86.cc100 const uint8_t* startpc = pc; in GetInstructionSize() local
254 VLOG(signals) << "x86 instruction length calculated as " << (pc - startpc); in GetInstructionSize()
255 return pc - startpc; in GetInstructionSize()