Home
last modified time | relevance | path

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

/art/compiler/
Delf_writer_debug.cc407 auto dex2line = dex2line_map.Find(static_cast<uint32_t>(dex_pc)); in WriteDebugSections() local
408 if (dex2line.first) { in WriteDebugSections()
409 int line = dex2line.second; in WriteDebugSections()