Home
last modified time | relevance | path

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

/art/compiler/
Delf_writer_debug.cc311 std::unordered_map<std::string, size_t> directories_map; in WriteDebugSections() local
372 auto it = directories_map.find(package_name); in WriteDebugSections()
373 if (it == directories_map.end()) { in WriteDebugSections()
375 directories_map.emplace(package_name, directory_index); in WriteDebugSections()