Home
last modified time | relevance | path

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

/aosp12/art/dex2oat/linker/
H A Doat_writer.cc2236 auto string_it = bss_string_entry_references_.find(dex_file); in InitIndexBssMappings() local
2237 if (string_it != bss_string_entry_references_.end()) { in InitIndexBssMappings()
2238 const BitVector& string_indexes = string_it->second; in InitIndexBssMappings()
2951 auto string_it = bss_string_entry_references_.find(dex_file); in WriteIndexBssMappings() local
2952 if (string_it != bss_string_entry_references_.end()) { in WriteIndexBssMappings()
2953 const BitVector& string_indexes = string_it->second; in WriteIndexBssMappings()