Home
last modified time | relevance | path

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

/external/v8/test/cctest/heap/
Dtest-spaces.cc867 new_space->RemoveInlineAllocationObserver(&observer1); in UNINITIALIZED_TEST()
888 new_space->RemoveInlineAllocationObserver(&observer2); in UNINITIALIZED_TEST()
919 new_space->RemoveInlineAllocationObserver(&observer1); in UNINITIALIZED_TEST()
920 new_space->RemoveInlineAllocationObserver(&observer2); in UNINITIALIZED_TEST()
/external/v8/src/heap/
Dincremental-marking.cc942 heap_->new_space()->RemoveInlineAllocationObserver(&observer_); in Stop()
971 heap_->new_space()->RemoveInlineAllocationObserver(&observer_); in Finalize()
Dspaces.h2827 void RemoveInlineAllocationObserver(InlineAllocationObserver* observer);
Dspaces.cc1677 void NewSpace::RemoveInlineAllocationObserver( in AllocateChunk() function in v8::internal::NewSpace
Dheap.cc5270 new_space()->RemoveInlineAllocationObserver(idle_scavenge_observer_); in TearDown()