Searched refs:incremental_marking_stopped (Results 1 – 4 of 4) sorted by relevance
26 result.incremental_marking_stopped = false; in DefaultHeapState()94 heap_state.incremental_marking_stopped = true; in TEST_F()106 heap_state.incremental_marking_stopped = true; in TEST_F()117 heap_state.incremental_marking_stopped = true; in TEST_F()158 heap_state.incremental_marking_stopped = true; in TEST_F()168 heap_state.incremental_marking_stopped = true; in TEST_F()177 heap_state.incremental_marking_stopped = true; in TEST_F()181 heap_state.incremental_marking_stopped = false; in TEST_F()198 heap_state.incremental_marking_stopped = true; in TEST_F()211 heap_state.incremental_marking_stopped = true; in TEST_F()
45 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()
65 bool incremental_marking_stopped; variable
4244 heap_state.incremental_marking_stopped = incremental_marking()->IsStopped(); in ComputeHeapState()