Searched refs:new_space_observer_ (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/profiler/
H A Dsampling-heap-profiler.cc56 new_space_observer_(new SamplingAllocationObserver(
69 heap->new_space()->AddAllocationObserver(new_space_observer_.get());
80 heap_->new_space()->RemoveAllocationObserver(new_space_observer_.get());
H A Dsampling-heap-profiler.h145 std::unique_ptr<SamplingAllocationObserver> new_space_observer_; member in class:v8::internal::SamplingHeapProfiler

Completed in 254 milliseconds