Searched refs:type_it (Results 1 – 1 of 1) sorted by relevance
2147 auto type_it = bss_type_entry_references_.find(dex_file); in InitIndexBssMappings() local2148 if (type_it != bss_type_entry_references_.end()) { in InitIndexBssMappings()2149 const BitVector& type_indexes = type_it->second; in InitIndexBssMappings()3014 auto type_it = bss_type_entry_references_.find(dex_file); in WriteIndexBssMappings() local3015 if (type_it != bss_type_entry_references_.end()) { in WriteIndexBssMappings()3016 const BitVector& type_indexes = type_it->second; in WriteIndexBssMappings()