Lines Matching refs:EntryImpl
115 void UpdateRank(EntryImpl* entry, bool modified);
122 void InternalDoomEntry(EntryImpl* entry);
125 void RemoveEntry(EntryImpl* entry);
134 EntryImpl* GetOpenEntry(CacheRankingsBlock* rankings) const;
210 typedef base::hash_map<CacheAddr, EntryImpl*> EntriesMap;
223 int NewEntry(Addr address, EntryImpl** entry, bool* dirty);
228 EntryImpl* MatchEntry(const std::string& key, uint32 hash, bool find_parent);
238 EntryImpl** next_entry);
242 EntryImpl* GetEnumeratedEntry(CacheRankingsBlock* next, bool to_evict);
245 bool ResurrectEntry(EntryImpl* deleted_entry, Entry** entry);
247 void DestroyInvalidEntry(EntryImpl* entry);
248 void DestroyInvalidEntryFromEnumeration(EntryImpl* entry);
276 bool CheckEntry(EntryImpl* cache_entry);