Searched refs:m_L2_cache_line_byte_size (Results 1 – 2 of 2) sorted by relevance
27 m_L2_cache_line_byte_size(process.GetMemoryCacheLineSize()) {} in MemoryCache()38 m_L2_cache_line_byte_size = m_process.GetMemoryCacheLineSize(); in Clear()75 const uint32_t cache_line_byte_size = m_L2_cache_line_byte_size; in Flush()159 if (dst && dst_len > m_L2_cache_line_byte_size) { in Read()170 const uint32_t cache_line_byte_size = m_L2_cache_line_byte_size; in Read()
34 uint32_t GetMemoryCacheLineSize() const { return m_L2_cache_line_byte_size; } in GetMemoryCacheLineSize()59 uint32_t m_L2_cache_line_byte_size; variable