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

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

Completed in 35 milliseconds