Searched defs:SamplingAllocationObserver (Results 1 - 1 of 1) sorted by relevance

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

Completed in 105 milliseconds