Searched defs:sim_cache (Results 1 – 5 of 5) sorted by relevance
16 GhostCache::GhostCache(std::shared_ptr<Cache> sim_cache) in GhostCache()31 std::shared_ptr<Cache> sim_cache) in CacheSimulator()205 std::shared_ptr<CacheSimulator> sim_cache; in InitializeCaches() local261 for (auto& sim_cache : config_caches.second) { in Access() local268 for (auto& sim_cache : config_caches.second) { in Access() local
70 void AssertCache(std::shared_ptr<Cache> sim_cache, in AssertCache()113 std::shared_ptr<Cache> sim_cache = in TEST_F() local163 std::shared_ptr<Cache> sim_cache = in TEST_F() local213 std::shared_ptr<Cache> sim_cache = in TEST_F() local322 std::shared_ptr<Cache> sim_cache = NewLRUCache(co); in TEST_F() local429 std::shared_ptr<Cache> sim_cache = in TEST_F() local
131 std::shared_ptr<Cache> sim_cache) in PrioritizedCacheSimulator()159 std::shared_ptr<Cache> sim_cache, in HybridRowBlockCacheSimulator()
157 SimCacheImpl(std::shared_ptr<Cache> sim_cache, std::shared_ptr<Cache> cache) in SimCacheImpl()341 std::shared_ptr<SimCache> NewSimCache(std::shared_ptr<Cache> sim_cache, in NewSimCache()
152 std::shared_ptr<SimCache> sim_cache = NewSimCache(NewLRUCache(co), 20000, 0); in TEST_F() local