Home
last modified time | relevance | path

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

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