Searched refs:IsInCache (Results 1 – 3 of 3) sorted by relevance
128 bool IsInCache(lldb::addr_t addr) const;
437 bool AllocatedMemoryCache::IsInCache(lldb::addr_t addr) const { in IsInCache() function in AllocatedMemoryCache
2294 if (TrackMemoryCacheChanges() || !m_allocated_memory_cache.IsInCache(addr)) in WriteMemory()