Searched refs:space_id (Results 1 – 1 of 1) sorted by relevance
421 const int space_id = FIRST_SPACE + ((i + offset) % num_spaces); in Run() local422 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()