Searched refs:string_it (Results 1 – 1 of 1) sorted by relevance
2236 auto string_it = bss_string_entry_references_.find(dex_file); in InitIndexBssMappings() local2237 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() local2952 if (string_it != bss_string_entry_references_.end()) { in WriteIndexBssMappings()2953 const BitVector& string_indexes = string_it->second; in WriteIndexBssMappings()