Home
last modified time | relevance | path

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

/art/compiler/
Delf_writer_debug.cc309 std::unordered_map<std::string, size_t> files_map; in WriteDebugSections() local
384 auto it2 = files_map.find(full_path); in WriteDebugSections()
385 if (it2 == files_map.end()) { in WriteDebugSections()
387 files_map.emplace(full_path, file_index); in WriteDebugSections()