Home | History | Annotate | Download | only in gc

Lines Matching refs:first_space

616     space::ImageSpace* first_space = nullptr;
618 if (first_space == nullptr || space->Begin() < first_space->Begin()) {
619 first_space = space;
622 bool no_gap = MemMap::CheckNoGaps(first_space->GetMemMap(), non_moving_space_->GetMemMap());