Searched refs:type_it (Results 1 – 1 of 1) sorted by relevance
2140 auto type_it = bss_type_entry_references_.find(dex_file); in InitIndexBssMappings() local2141 if (type_it != bss_type_entry_references_.end()) { in InitIndexBssMappings()2142 const BitVector& type_indexes = type_it->second; in InitIndexBssMappings()3002 auto type_it = bss_type_entry_references_.find(dex_file); in WriteIndexBssMappings() local3003 if (type_it != bss_type_entry_references_.end()) { in WriteIndexBssMappings()3004 const BitVector& type_indexes = type_it->second; in WriteIndexBssMappings()