Searched refs:mark_compact_collector_ (Results 1 – 2 of 2) sorted by relevance
500 mark_compact_collector_ = new collector::MarkCompact(this); in Heap()501 garbage_collectors_.push_back(mark_compact_collector_); in Heap()2364 mark_compact_collector_->SetSpace(target_space->AsBumpPointerSpace()); in Compact()2365 mark_compact_collector_->Run(kGcCauseCollectorTransition, false); in Compact()2366 return mark_compact_collector_; in Compact()2441 mark_compact_collector_->SetSpace(bump_pointer_space_); in CollectGarbageInternal()2442 collector = mark_compact_collector_; in CollectGarbageInternal()2447 if (collector != mark_compact_collector_ && collector != concurrent_copying_collector_) { in CollectGarbageInternal()
1142 collector::MarkCompact* mark_compact_collector_; variable