Home
last modified time | relevance | path

Searched refs:m_L2_cache (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DMemory.cpp24 : m_mutex(), m_L1_cache(), m_L2_cache(), m_invalid_ranges(), in MemoryCache()
34 m_L2_cache.clear(); in Clear()
73 if (!m_L2_cache.empty()) { in Flush()
93 BlockMap::iterator pos = m_L2_cache.find(curr_addr); in Flush()
94 if (pos != m_L2_cache.end()) in Flush()
95 m_L2_cache.erase(pos); in Flush()
181 BlockMap::const_iterator pos = m_L2_cache.find(curr_addr); in Read()
182 BlockMap::const_iterator end = m_L2_cache.end(); in Read()
242 m_L2_cache[curr_addr] = DataBufferSP(data_buffer_heap_up.release()); in Read()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemory.h55 BlockMap m_L2_cache; // A memory cache of fixed size chinks variable