Searched refs:m_L2_cache (Results 1 – 2 of 2) sorted by relevance
25 : m_mutex(), m_L1_cache(), m_L2_cache(), m_invalid_ranges(), in MemoryCache() 35 m_L2_cache.clear(); in Clear() 74 if (!m_L2_cache.empty()) { in Flush() 94 BlockMap::iterator pos = m_L2_cache.find(curr_addr); in Flush() 95 if (pos != m_L2_cache.end()) in Flush() 96 m_L2_cache.erase(pos); in Flush() 132 auto pos = m_L2_cache.find(line_base_addr); in GetL2CacheLine() 133 if (pos != m_L2_cache.end()) in GetL2CacheLine() 150 m_L2_cache[line_base_addr] = data_buffer_heap_sp; in GetL2CacheLine()
55 BlockMap m_L2_cache; // A memory cache of fixed size chinks variable