Lines Matching defs:entry
163 void Eviction::UpdateRank(EntryImpl* entry, bool modified) { in UpdateRank()
170 void Eviction::OnOpenEntry(EntryImpl* entry) { in OnOpenEntry()
175 void Eviction::OnCreateEntry(EntryImpl* entry) { in OnCreateEntry()
182 void Eviction::OnDoomEntry(EntryImpl* entry) { in OnDoomEntry()
192 void Eviction::OnDestroyEntry(EntryImpl* entry) { in OnDestroyEntry()
249 void Eviction::ReportTrimTimes(EntryImpl* entry) { in ReportTrimTimes()
271 Rankings::List Eviction::GetListForEntry(EntryImpl* entry) { in GetListForEntry()
277 scoped_refptr<EntryImpl> entry = backend_->GetEnumeratedEntry(node, list); in EvictEntry() local
379 void Eviction::UpdateRankV2(EntryImpl* entry, bool modified) { in UpdateRankV2()
383 void Eviction::OnOpenEntryV2(EntryImpl* entry) { in OnOpenEntryV2()
404 void Eviction::OnCreateEntryV2(EntryImpl* entry) { in OnCreateEntryV2()
433 void Eviction::OnDoomEntryV2(EntryImpl* entry) { in OnDoomEntryV2()
451 void Eviction::OnDestroyEntryV2(EntryImpl* entry) { in OnDestroyEntryV2()
458 Rankings::List Eviction::GetListForEntryV2(EntryImpl* entry) { in GetListForEntryV2()
505 scoped_refptr<EntryImpl> entry = in RemoveDeletedNode() local