Home
last modified time | relevance | path

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

/external/lldb/source/DataFormatters/
DFormatCache.cpp112 ,m_cache_hits(0),m_cache_misses(0) in FormatCache()
136 m_cache_hits++; in GetSummary()
156 m_cache_hits++; in GetSynthetic()
/external/lldb/include/lldb/DataFormatters/
DFormatCache.h66 uint64_t m_cache_hits; variable
93 return m_cache_hits; in GetCacheHits()