Searched refs:sampled_addresses_set (Results 1 – 2 of 2) sorted by relevance
369 if (!sampled_addresses_set().Contains(address)) in DoRecordAlloc()370 sampled_addresses_set().Insert(address); in DoRecordAlloc()380 if (UNLIKELY(sampled_addresses_set().Contains(address))) in RecordFree()397 sampled_addresses_set().Remove(address); in DoRecordFree()410 LockFreeAddressHashSet& current_set = sampled_addresses_set(); in BalanceAddressesHashSet()426 LockFreeAddressHashSet& SamplingHeapProfiler::sampled_addresses_set() { in sampled_addresses_set() function in base::SamplingHeapProfiler
99 static LockFreeAddressHashSet& sampled_addresses_set();