Home
last modified time | relevance | path

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

/art/runtime/
Dnative_stack_dump.cc398 const void* start_of_code = current_method->GetEntryPointFromQuickCompiledCode(); in DumpNativeStack() local
400 << (it->pc - reinterpret_cast<uint64_t>(start_of_code)); in DumpNativeStack()