Searched refs:SweepSpace (Results 1 – 2 of 2) sorted by relevance
4152 void MarkCompactCollector::SweepSpace(PagedSpace* space, SweeperType sweeper) { in SweepSpace() function in v8::internal::MarkCompactCollector4286 SweepSpace(heap()->old_pointer_space(), how_to_sweep); in SweepSpaces()4287 SweepSpace(heap()->old_data_space(), how_to_sweep); in SweepSpaces()4303 SweepSpace(heap()->code_space(), SEQUENTIAL_SWEEPING); in SweepSpaces()4309 SweepSpace(heap()->cell_space(), SEQUENTIAL_SWEEPING); in SweepSpaces()4310 SweepSpace(heap()->property_cell_space(), SEQUENTIAL_SWEEPING); in SweepSpaces()4321 SweepSpace(heap()->map_space(), SEQUENTIAL_SWEEPING); in SweepSpaces()
863 void SweepSpace(PagedSpace* space, SweeperType sweeper);