Searched refs:allocation_observer_ (Results 1 – 2 of 2) sorted by relevance
56 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()
190 Observer allocation_observer_; variable