Home
last modified time | relevance | path

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

/art/compiler/
Delf_writer_debug.cc260 const char* last_source_file = nullptr; in WriteDebugSections() local
267 if (compilation_units.empty() || source_file != last_source_file) { in WriteDebugSections()
271 last_source_file = source_file; in WriteDebugSections()