Home
last modified time | relevance | path

Searched refs:type_it (Results 1 – 1 of 1) sorted by relevance

/art/dex2oat/linker/
Doat_writer.cc2180 auto type_it = bss_type_entry_references_.find(dex_file); in InitIndexBssMappingsHelper() local
2181 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() local
2910 if (type_it != bss_type_entry_references_.end()) { in WriteIndexBssMappingsHelper()
2911 const BitVector& type_indexes = type_it->second; in WriteIndexBssMappingsHelper()