Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dsampling-heap-profiler.cc56 new_space_observer_(new SamplingAllocationObserver( in SamplingHeapProfiler()
71 new_space_observer_.get()); in SamplingHeapProfiler()
77 new_space_observer_.get()); in ~SamplingHeapProfiler()
Dsampling-heap-profiler.h145 std::unique_ptr<SamplingAllocationObserver> new_space_observer_; variable