Home
last modified time | relevance | path

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

/external/v8/test/unittests/heap/
Dgc-idle-time-handler-unittest.cc26 result.incremental_marking_stopped = false; in DefaultHeapState()
131 heap_state.incremental_marking_stopped = true; in TEST_F()
143 heap_state.incremental_marking_stopped = true; in TEST_F()
154 heap_state.incremental_marking_stopped = true; in TEST_F()
195 heap_state.incremental_marking_stopped = true; in TEST_F()
205 heap_state.incremental_marking_stopped = true; in TEST_F()
214 heap_state.incremental_marking_stopped = true; in TEST_F()
218 heap_state.incremental_marking_stopped = false; in TEST_F()
235 heap_state.incremental_marking_stopped = true; in TEST_F()
248 heap_state.incremental_marking_stopped = true; in TEST_F()
/external/v8/src/heap/
Dgc-idle-time-handler.cc46 PrintF("incremental_marking_stopped=%d ", incremental_marking_stopped); in Print()
158 if (heap_state.incremental_marking_stopped) { in Compute()
175 if (!FLAG_incremental_marking || heap_state.incremental_marking_stopped) { in Compute()
Dgc-idle-time-handler.h65 bool incremental_marking_stopped; variable
Dheap.cc4164 heap_state.incremental_marking_stopped = incremental_marking()->IsStopped(); in ComputeHeapState()