Searched refs:type_it (Results 1 – 1 of 1) sorted by relevance
2180 auto type_it = bss_type_entry_references_.find(dex_file); in InitIndexBssMappingsHelper() local2181 if (type_it != bss_type_entry_references_.end()) { in InitIndexBssMappingsHelper()2182 const BitVector& type_indexes = type_it->second; in InitIndexBssMappingsHelper()2909 auto type_it = bss_type_entry_references_.find(dex_file); in WriteIndexBssMappingsHelper() local2910 if (type_it != bss_type_entry_references_.end()) { in WriteIndexBssMappingsHelper()2911 const BitVector& type_indexes = type_it->second; in WriteIndexBssMappingsHelper()