Home | History | Annotate | Download | only in compiler

Lines Matching refs:saved_hashes_map_

209     auto hash_it = saved_hashes_map_.find(bin_slot);
210 if (hash_it != saved_hashes_map_.end()) {
213 saved_hashes_map_.erase(hash_it);
269 saved_hashes_map_[bin_slot] = lw.GetHashCode();
916 DCHECK(saved_hashes_map_.empty()); // All binslot hashes should've been put into vector by now.