HomeSort by relevance Sort by last modified time
    Searched refs:m_format_cache (Results 1 - 2 of 2) sorted by null

  /external/lldb/include/lldb/DataFormatters/
FormatManager.h 195 m_format_cache.Clear ();
209 FormatCache m_format_cache; member in class:lldb_private::FormatManager
  /external/lldb/source/DataFormatters/
FormatManager.cpp 348 if (m_format_cache.GetSummary(valobj_type,retval))
354 log->Printf("[FormatManager::GetSummaryFormat] Cache hits: %" PRIu64 " - Cache Misses: %" PRIu64, m_format_cache.GetCacheHits(), m_format_cache.GetCacheMisses());
366 m_format_cache.SetSummary(valobj_type,retval);
369 log->Printf("[FormatManager::GetSummaryFormat] Cache hits: %" PRIu64 " - Cache Misses: %" PRIu64, m_format_cache.GetCacheHits(), m_format_cache.GetCacheMisses());
385 if (m_format_cache.GetSynthetic(valobj_type,retval))
391 log->Printf("[FormatManager::GetSyntheticChildren] Cache hits: %" PRIu64 " - Cache Misses: %" PRIu64, m_format_cache.GetCacheHits(), m_format_cache.GetCacheMisses());
403 m_format_cache.SetSynthetic(valobj_type,retval)
    [all...]

Completed in 49 milliseconds