Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmark-compact.cc421 const int space_id = FIRST_SPACE + ((i + offset) % num_spaces); in Run() local
422 DCHECK_GE(space_id, FIRST_SPACE); in Run()
423 DCHECK_LE(space_id, LAST_PAGED_SPACE); in Run()
424 sweeper_->ParallelSweepSpace(static_cast<AllocationSpace>(space_id), 0); in Run()