Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dgc-idle-time-handler-unittest.cc26 result.incremental_marking_stopped = false; in DefaultHeapState()
150 heap_state.incremental_marking_stopped = true; in TEST_F()
162 heap_state.incremental_marking_stopped = true; in TEST_F()
194 heap_state.incremental_marking_stopped = true; in TEST_F()
207 heap_state.incremental_marking_stopped = true; in TEST_F()
218 heap_state.incremental_marking_stopped = true; in TEST_F()
250 heap_state.incremental_marking_stopped = true; in TEST_F()
308 heap_state.incremental_marking_stopped = true; in TEST_F()
Dgc-idle-time-handler.cc134 if (heap_state.incremental_marking_stopped) { in Compute()
165 if (heap_state.incremental_marking_stopped && in Compute()
Dgc-idle-time-handler.h127 bool incremental_marking_stopped; member
Dheap.cc4308 heap_state.incremental_marking_stopped = incremental_marking()->IsStopped(); in IdleNotification()