Home
last modified time | relevance | path

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

/art/compiler/
Delf_writer_debug.cc401 const DefaultSrcMap& dex2line_map = debug_info_callbacks.dex2line_; in WriteDebugSections() local
402 if (file_index != 0 && !dex2line_map.empty()) { in WriteDebugSections()
407 auto dex2line = dex2line_map.Find(static_cast<uint32_t>(dex_pc)); in WriteDebugSections()
414 int first_line = dex2line_map.front().to_; in WriteDebugSections()