Searched refs:AddAllocationObserver (Results 1 – 5 of 5) sorted by relevance
225 void Space::AddAllocationObserver(AllocationObserver* observer) { in AddAllocationObserver() function in v8::internal::Space226 allocation_counter_.AddAllocationObserver(observer); in AddAllocationObserver()336 void SpaceWithLinearArea::AddAllocationObserver(AllocationObserver* observer) { in AddAllocationObserver() function in v8::internal::SpaceWithLinearArea339 Space::AddAllocationObserver(observer); in AddAllocationObserver()342 Space::AddAllocationObserver(observer); in AddAllocationObserver()
57 V8_EXPORT_PRIVATE void AddAllocationObserver(AllocationObserver* observer);
136 virtual void AddAllocationObserver(AllocationObserver* observer);486 V8_EXPORT_PRIVATE void AddAllocationObserver(
13 void AllocationCounter::AddAllocationObserver(AllocationObserver* observer) { in AddAllocationObserver() function in v8::internal::AllocationCounter
1135 space->AddAllocationObserver(new_space_observer); in AddAllocationObserversToAllSpaces()1137 space->AddAllocationObserver(observer); in AddAllocationObserversToAllSpaces()5869 new_space()->AddAllocationObserver(scavenge_task_observer_.get()); in SetUpSpaces()5883 new_space()->AddAllocationObserver(stress_scavenge_observer_); in SetUpSpaces()