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()40 m_L2_cache_line_byte_size = m_process.GetMemoryCacheLineSize(); in Clear()77 const uint32_t cache_line_byte_size = m_L2_cache_line_byte_size; in Flush()161 if (dst && dst_len > m_L2_cache_line_byte_size) { in Read()172 const uint32_t cache_line_byte_size = m_L2_cache_line_byte_size; in Read()
41 uint32_t GetMemoryCacheLineSize() const { return m_L2_cache_line_byte_size; } in GetMemoryCacheLineSize()68 uint32_t m_L2_cache_line_byte_size; variable