Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer.cc2147 auto type_it = bss_type_entry_references_.find(dex_file); in InitIndexBssMappings() local
2148 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() local
3015 if (type_it != bss_type_entry_references_.end()) { in WriteIndexBssMappings()
3016 const BitVector& type_indexes = type_it->second; in WriteIndexBssMappings()