Home | History | Annotate | Download | only in gc

Lines Matching refs:target_space

1983     space::BumpPointerSpace target_space("zygote bump space", non_moving_space_->End(),
1995 zygote_collector.SetToSpace(&target_space);
2017 non_moving_space_->SetEnd(target_space.End());
2018 non_moving_space_->SetLimit(target_space.Limit());
2105 void Heap::Compact(space::ContinuousMemMapAllocSpace* target_space,
2109 if (target_space != source_space) {
2113 semi_space_collector_->SetToSpace(target_space);
2116 CHECK(target_space->IsBumpPointerSpace())
2118 mark_compact_collector_->SetSpace(target_space->AsBumpPointerSpace());