Lines Matching refs:GhostCache
83 class GhostCache {
85 explicit GhostCache(std::shared_ptr<Cache> sim_cache);
86 ~GhostCache() = default;
88 GhostCache(const GhostCache&) = delete;
89 GhostCache& operator=(const GhostCache&) = delete;
90 GhostCache(GhostCache&&) = delete;
91 GhostCache& operator=(GhostCache&&) = delete;
104 CacheSimulator(std::unique_ptr<GhostCache>&& ghost_cache,
121 std::unique_ptr<GhostCache> ghost_cache_;
130 PrioritizedCacheSimulator(std::unique_ptr<GhostCache>&& ghost_cache, in PrioritizedCacheSimulator()
158 HybridRowBlockCacheSimulator(std::unique_ptr<GhostCache>&& ghost_cache, in HybridRowBlockCacheSimulator()