Home
last modified time | relevance | path

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

/art/runtime/
Doat_quick_method_header.cc43 uint32_t sought_offset = pc - reinterpret_cast<uintptr_t>(entry_point); in ToDexPc() local
47 StackMap stack_map = code_info.GetStackMapForNativePcOffset(sought_offset, encoding); in ToDexPc()
58 << reinterpret_cast<void*>(sought_offset) in ToDexPc()
Dfault_handler.cc336 uint32_t sought_offset = return_pc - in IsInGeneratedCode() local
338 VLOG(signals) << "pc offset: " << std::hex << sought_offset; in IsInGeneratedCode()