Home
last modified time | relevance | path

Searched refs:UpdateRank (Results 1 – 8 of 8) sorted by relevance

/external/cronet/net/disk_cache/blockfile/
Deviction.h38 void UpdateRank(EntryImpl* entry, bool modified);
Deviction.cc169 void Eviction::UpdateRank(EntryImpl* entry, bool modified) { in UpdateRank() function in disk_cache::Eviction
173 rankings_->UpdateRank(entry->rankings(), modified, GetListForEntry(entry)); in UpdateRank()
397 rankings_->UpdateRank(entry->rankings(), modified, GetListForEntryV2(entry)); in UpdateRankV2()
Drankings.h136 void UpdateRank(CacheRankingsBlock* node, bool modified, List list);
Dentry_impl.h241 void UpdateRank(bool modified);
Dbackend_impl.h132 void UpdateRank(EntryImpl* entry, bool modified);
Dentry_impl.cc1049 UpdateRank(false); in InternalReadData()
1153 UpdateRank(true); in InternalWriteData()
1275 void EntryImpl::UpdateRank(bool modified) { in UpdateRank() function in disk_cache::EntryImpl
1281 backend_->UpdateRank(this, modified); in UpdateRank()
Dbackend_impl.cc496 UpdateRank(cache_entry.get(), GetCacheType() == net::SHADER_CACHE); in SyncOnExternalCacheHit()
786 void BackendImpl::UpdateRank(EntryImpl* entry, bool modified) { in UpdateRank() function in disk_cache::BackendImpl
789 eviction_.UpdateRank(entry, modified); in UpdateRank()
Drankings.cc410 void Rankings::UpdateRank(CacheRankingsBlock* node, bool modified, List list) { in UpdateRank() function in disk_cache::Rankings