Home
last modified time | relevance | path

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

/art/runtime/arch/x86/
Dfault_handler_x86.cc305 const uint8_t* pc_ptr = reinterpret_cast<const uint8_t*>(pc); in Action() local
306 size_t offset = pc_ptr - method_header->GetCode(); in Action()
310 uint32_t instr_size = GetInstructionSize(pc_ptr, max_instr_size); in Action()