Searched refs:bss_string_entry_references_ (Results 1 – 2 of 2) sorted by relevance
426 SafeMap<const DexFile*, BitVector> bss_string_entry_references_; variable
871 &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()