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