Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer.cc2161 auto string_it = bss_string_entry_references_.find(dex_file); in InitIndexBssMappings() local
2162 if (string_it != bss_string_entry_references_.end()) { in InitIndexBssMappings()
2163 const BitVector& string_indexes = string_it->second; in InitIndexBssMappings()
3036 auto string_it = bss_string_entry_references_.find(dex_file); in WriteIndexBssMappings() local
3037 if (string_it != bss_string_entry_references_.end()) { in WriteIndexBssMappings()
3038 const BitVector& string_indexes = string_it->second; in WriteIndexBssMappings()