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

  /external/libchrome/base/sampling_heap_profiler/
sampling_heap_profiler.cc 369 if (!sampled_addresses_set().Contains(address))
370 sampled_addresses_set().Insert(address);
380 if (UNLIKELY(sampled_addresses_set().Contains(address)))
397 sampled_addresses_set().Remove(address);
410 LockFreeAddressHashSet& current_set = sampled_addresses_set();
426 LockFreeAddressHashSet& SamplingHeapProfiler::sampled_addresses_set() { function in class:base::SamplingHeapProfiler
sampling_heap_profiler.h 99 static LockFreeAddressHashSet& sampled_addresses_set();

Completed in 369 milliseconds