Searched refs:how_to_sweep (Results 1 – 1 of 1) sorted by relevance
4270 SweeperType how_to_sweep = CONCURRENT_SWEEPING; in SweepSpaces() local4271 if (FLAG_parallel_sweeping) how_to_sweep = PARALLEL_SWEEPING; in SweepSpaces()4272 if (FLAG_concurrent_sweeping) how_to_sweep = CONCURRENT_SWEEPING; in SweepSpaces()4286 SweepSpace(heap()->old_pointer_space(), how_to_sweep); in SweepSpaces()4287 SweepSpace(heap()->old_data_space(), how_to_sweep); in SweepSpaces()4290 if (ShouldStartSweeperThreads(how_to_sweep)) { in SweepSpaces()4294 if (ShouldWaitForSweeperThreads(how_to_sweep)) { in SweepSpaces()