Lines Matching full:mark_compact_collector_
500 mark_compact_collector_ = new collector::MarkCompact(this);
501 garbage_collectors_.push_back(mark_compact_collector_);
2364 mark_compact_collector_->SetSpace(target_space->AsBumpPointerSpace());
2365 mark_compact_collector_->Run(kGcCauseCollectorTransition, false);
2366 return mark_compact_collector_;
2441 mark_compact_collector_->SetSpace(bump_pointer_space_);
2442 collector = mark_compact_collector_;
2447 if (collector != mark_compact_collector_ && collector != concurrent_copying_collector_) {