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()
125 if (heap_state.incremental_marking_stopped) { in Compute()
142 if (!FLAG_incremental_marking || heap_state.incremental_marking_stopped) { in Compute()
Dgc-idle-time-handler.h65 bool incremental_marking_stopped; variable
Dheap.cc4317 heap_state.incremental_marking_stopped = incremental_marking()->IsStopped(); in ComputeHeapState()