Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dgc-idle-time-handler.cc45 PrintF("incremental_marking_stopped=%d ", incremental_marking_stopped); in Print()
127 if (heap_state.incremental_marking_stopped) { in Compute()
145 if (!FLAG_incremental_marking || heap_state.incremental_marking_stopped) { in Compute()
Dgc-idle-time-handler.h65 bool incremental_marking_stopped; variable
Dheap.cc3416 heap_state.incremental_marking_stopped = incremental_marking()->IsStopped(); in ComputeHeapState()