Home
last modified time | relevance | path

Searched refs:PauseAllocationObserversScope (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/heap/
Dspaces.h2839 class PauseAllocationObserversScope {
2841 explicit PauseAllocationObserversScope(Heap* heap);
2842 ~PauseAllocationObserversScope();
2846 DISALLOW_COPY_AND_ASSIGN(PauseAllocationObserversScope);
Dspaces.cc82 PauseAllocationObserversScope::PauseAllocationObserversScope(Heap* heap) in PauseAllocationObserversScope() function in v8::internal::PauseAllocationObserversScope
91 PauseAllocationObserversScope::~PauseAllocationObserversScope() { in ~PauseAllocationObserversScope()
Dheap.cc1850 PauseAllocationObserversScope pause_observers(this); in MarkCompact()
1881 PauseAllocationObserversScope pause_observers(this); in MinorMarkCompact()
2090 PauseAllocationObserversScope pause_observers(this); in Scavenge()