Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/profiler/
Dsampling-heap-profiler.cc56 allocation_observer_(heap_, static_cast<intptr_t>(rate), rate, this, in SamplingHeapProfiler()
65 heap_->AddAllocationObserversToAllSpaces(&allocation_observer_, in SamplingHeapProfiler()
66 &allocation_observer_); in SamplingHeapProfiler()
70 heap_->RemoveAllocationObserversFromAllSpaces(&allocation_observer_, in ~SamplingHeapProfiler()
71 &allocation_observer_); in ~SamplingHeapProfiler()
Dsampling-heap-profiler.h190 Observer allocation_observer_; variable