Searched refs:SamplingAllocationObserver (Results 1 – 2 of 2) sorted by relevance
24 class SamplingAllocationObserver; variable145 std::unique_ptr<SamplingAllocationObserver> new_space_observer_;146 std::unique_ptr<SamplingAllocationObserver> other_spaces_observer_;154 friend class SamplingAllocationObserver; variable159 class SamplingAllocationObserver : public AllocationObserver {161 SamplingAllocationObserver(Heap* heap, intptr_t step_size, uint64_t rate, in SamplingAllocationObserver() function169 virtual ~SamplingAllocationObserver() {} in ~SamplingAllocationObserver()
26 intptr_t SamplingAllocationObserver::GetNextSampleInterval(uint64_t rate) { in GetNextSampleInterval()56 new_space_observer_(new SamplingAllocationObserver( in SamplingHeapProfiler()59 other_spaces_observer_(new SamplingAllocationObserver( in SamplingHeapProfiler()