Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer.cc2172 auto string_it = bss_string_entry_references_.find(dex_file); in InitIndexBssMappings() local
2173 if (string_it != bss_string_entry_references_.end()) { in InitIndexBssMappings()
2174 const BitVector& string_indexes = string_it->second; in InitIndexBssMappings()
2979 auto string_it = bss_string_entry_references_.find(dex_file); in WriteIndexBssMappings() local
2980 if (string_it != bss_string_entry_references_.end()) { in WriteIndexBssMappings()
2981 const BitVector& string_indexes = string_it->second; in WriteIndexBssMappings()