Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dsampling-heap-profiler.h24 class SamplingAllocationObserver; variable
145 std::unique_ptr<SamplingAllocationObserver> new_space_observer_;
146 std::unique_ptr<SamplingAllocationObserver> other_spaces_observer_;
154 friend class SamplingAllocationObserver; variable
159 class SamplingAllocationObserver : public AllocationObserver {
161 SamplingAllocationObserver(Heap* heap, intptr_t step_size, uint64_t rate, in SamplingAllocationObserver() function
169 virtual ~SamplingAllocationObserver() {} in ~SamplingAllocationObserver()
Dsampling-heap-profiler.cc26 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()