Searched refs:AddAllocationObserver (Results 1 – 6 of 6) sorted by relevance
564 space->AddAllocationObserver(&observer1); in testAllocationObserver()592 space->AddAllocationObserver(&observer2); in testAllocationObserver()667 new_space->AddAllocationObserver(&observer1); in UNINITIALIZED_TEST()669 new_space->AddAllocationObserver(&observer2); in UNINITIALIZED_TEST()
69 heap->new_space()->AddAllocationObserver(new_space_observer_.get()); in SamplingHeapProfiler()73 space->AddAllocationObserver(other_spaces_observer_.get()); in SamplingHeapProfiler()
507 heap_->new_space()->AddAllocationObserver(&observer_); in Start()
1043 virtual void AddAllocationObserver(AllocationObserver* observer) { in AddAllocationObserver() function2828 void AddAllocationObserver(AllocationObserver* observer) override;
1638 void NewSpace::AddAllocationObserver(AllocationObserver* observer) { in AllocateChunk() function in v8::internal::NewSpace1639 Space::AddAllocationObserver(observer); in AllocateChunk()
5323 new_space()->AddAllocationObserver(idle_scavenge_observer_); in SetUp()