Searched refs:entry_to_evict (Results 1 – 2 of 2) sorted by relevance
182 auto entry_to_evict = entries_by_last_use_.begin()->second; in PostLookupLocked() local183 entries_by_last_use_.erase(entry_to_evict->last_use); in PostLookupLocked()184 CHECK_GE(cache_size_, entry_to_evict->size); in PostLookupLocked()185 cache_size_ -= entry_to_evict->size; in PostLookupLocked()189 auto entry_to_evict_it = cache_.find(entry_to_evict->key); in PostLookupLocked()191 << "Missing entry key: " << entry_to_evict->key; in PostLookupLocked()
333 if (auto entry_to_evict = MarkOldestEntryForEviction()) { in LookupEntryMarkedForEviction() local334 removed_entries->push_back(entry_to_evict); in LookupEntryMarkedForEviction()