Searched refs:AddInlineAllocationObserver (Results 1 – 5 of 5) sorted by relevance
828 new_space->AddInlineAllocationObserver(&observer1); in UNINITIALIZED_TEST()856 new_space->AddInlineAllocationObserver(&observer2); in UNINITIALIZED_TEST()911 new_space->AddInlineAllocationObserver(&observer1); in UNINITIALIZED_TEST()913 new_space->AddInlineAllocationObserver(&observer2); in UNINITIALIZED_TEST()
544 heap_->new_space()->AddInlineAllocationObserver(&observer_); in Start()
2824 void AddInlineAllocationObserver(InlineAllocationObserver* observer);
1671 void NewSpace::AddInlineAllocationObserver(InlineAllocationObserver* observer) { in AllocateChunk() function in v8::internal::NewSpace
5170 new_space()->AddInlineAllocationObserver(idle_scavenge_observer_); in SetUp()