Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer.h426 SafeMap<const DexFile*, BitVector> bss_string_entry_references_; variable
Doat_writer.cc871 &writer_->bss_string_entry_references_); in VisitMethod()
2341 bss_string_entry_references_.empty()) { in InitIndexBssMappings()
2383 auto string_it = bss_string_entry_references_.find(dex_file); in InitIndexBssMappings()
2384 if (string_it != bss_string_entry_references_.end()) { in InitIndexBssMappings()
2400 CHECK_EQ(number_of_string_dex_files, bss_string_entry_references_.size()); in InitIndexBssMappings()
3162 bss_string_entry_references_.empty()) { in WriteIndexBssMappings()
3219 auto string_it = bss_string_entry_references_.find(dex_file); in WriteIndexBssMappings()
3220 if (string_it != bss_string_entry_references_.end()) { in WriteIndexBssMappings()