Home
last modified time | relevance | path

Searched refs:AddAllocationObserver (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dspaces.cc225 void Space::AddAllocationObserver(AllocationObserver* observer) { in AddAllocationObserver() function in v8::internal::Space
226 allocation_counter_.AddAllocationObserver(observer); in AddAllocationObserver()
336 void SpaceWithLinearArea::AddAllocationObserver(AllocationObserver* observer) { in AddAllocationObserver() function in v8::internal::SpaceWithLinearArea
339 Space::AddAllocationObserver(observer); in AddAllocationObserver()
342 Space::AddAllocationObserver(observer); in AddAllocationObserver()
Dallocation-observer.h57 V8_EXPORT_PRIVATE void AddAllocationObserver(AllocationObserver* observer);
Dspaces.h136 virtual void AddAllocationObserver(AllocationObserver* observer);
486 V8_EXPORT_PRIVATE void AddAllocationObserver(
Dallocation-observer.cc13 void AllocationCounter::AddAllocationObserver(AllocationObserver* observer) { in AddAllocationObserver() function in v8::internal::AllocationCounter
Dheap.cc1135 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()