Home | History | Annotate | Download | only in heap

Lines Matching refs:mark_compact_collector_

200       mark_compact_collector_(nullptr),
4708 mark_compact_collector_ = new MarkCompactCollector(this);
4710 new IncrementalMarking(this, mark_compact_collector_->marking_worklist(),
4711 mark_compact_collector_->weak_objects());
4715 mark_compact_collector_->marking_worklist();
4718 marking_worklist->on_hold(), mark_compact_collector_->weak_objects());
4950 if (mark_compact_collector_ != nullptr) {
4951 mark_compact_collector_->TearDown();
4952 delete mark_compact_collector_;
4953 mark_compact_collector_ = nullptr;