Home
last modified time | relevance | path

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

/art/compiler/
Delf_writer_debug.cc259 std::vector<std::vector<const OatWriter::DebugInfo*>> compilation_units; in WriteDebugSections() local
267 if (compilation_units.empty() || source_file != last_source_file) { in WriteDebugSections()
268 compilation_units.push_back(std::vector<const OatWriter::DebugInfo*>()); in WriteDebugSections()
270 compilation_units.back().push_back(&mi); in WriteDebugSections()
276 for (const auto& compilation_unit : compilation_units) { in WriteDebugSections()