Searched refs:PauseAllocationObserversScope (Results 1 – 3 of 3) sorted by relevance
2839 class PauseAllocationObserversScope {2841 explicit PauseAllocationObserversScope(Heap* heap);2842 ~PauseAllocationObserversScope();2846 DISALLOW_COPY_AND_ASSIGN(PauseAllocationObserversScope);
82 PauseAllocationObserversScope::PauseAllocationObserversScope(Heap* heap) in PauseAllocationObserversScope() function in v8::internal::PauseAllocationObserversScope91 PauseAllocationObserversScope::~PauseAllocationObserversScope() { in ~PauseAllocationObserversScope()
1850 PauseAllocationObserversScope pause_observers(this); in MarkCompact()1881 PauseAllocationObserversScope pause_observers(this); in MinorMarkCompact()2090 PauseAllocationObserversScope pause_observers(this); in Scavenge()