Home | History | Annotate | Download | only in gc

Lines Matching refs:target_space

2448     space::BumpPointerSpace target_space("zygote bump space", non_moving_space_->End(),
2466 zygote_collector.SetToSpace(&target_space);
2494 non_moving_space_->SetEnd(target_space.End());
2495 non_moving_space_->SetLimit(target_space.Limit());
2615 collector::GarbageCollector* Heap::Compact(space::ContinuousMemMapAllocSpace* target_space,
2619 if (target_space != source_space) {
2623 semi_space_collector_->SetToSpace(target_space);
2627 CHECK(target_space->IsBumpPointerSpace())
2629 mark_compact_collector_->SetSpace(target_space->AsBumpPointerSpace());