Home
last modified time | relevance | path

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

/art/runtime/oat/
Doat_quick_method_header.cc41 uint32_t sought_offset = pc - reinterpret_cast<uintptr_t>(entry_point); in ToDexPc() local
49 StackMap stack_map = code_info.GetStackMapForNativePcOffset(sought_offset); in ToDexPc()
56 << reinterpret_cast<void*>(sought_offset) in ToDexPc()