Home
last modified time | relevance | path

Searched refs:ParallelSweepSpace (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/heap/
Dsweeper.h97 int ParallelSweepSpace(AllocationSpace identity, int required_freed_bytes,
Dsweeper.cc218 [this](AllocationSpace space) { ParallelSweepSpace(space, 0); }); in EnsureCompleted()
389 int Sweeper::ParallelSweepSpace(AllocationSpace identity, in ParallelSweepSpace() function in v8::internal::Sweeper
Dspaces.cc3238 collector->sweeper()->ParallelSweepSpace(identity(), 0); in AllocateChunk()
3281 int max_freed = collector->sweeper()->ParallelSweepSpace( in AllocateChunk()