Home
last modified time | relevance | path

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

/art/runtime/
Dutils.cc1151 const void* start_of_code = current_method->GetEntryPointFromQuickCompiledCode(); in DumpNativeStack() local
1153 << (it->pc - reinterpret_cast<uintptr_t>(start_of_code)); in DumpNativeStack()