Home
last modified time | relevance | path

Searched refs:SweepSpace (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dmark-compact.cc4152 void MarkCompactCollector::SweepSpace(PagedSpace* space, SweeperType sweeper) { in SweepSpace() function in v8::internal::MarkCompactCollector
4286 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()
Dmark-compact.h863 void SweepSpace(PagedSpace* space, SweeperType sweeper);