Home
last modified time | relevance | path

Searched refs:mark_compact_collector_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/
Dheap.cc432 mark_compact_collector_ = new collector::MarkCompact(this); in Heap()
433 garbage_collectors_.push_back(mark_compact_collector_); in Heap()
2118 mark_compact_collector_->SetSpace(target_space->AsBumpPointerSpace()); in Compact()
2119 mark_compact_collector_->Run(kGcCauseCollectorTransition, false); in Compact()
2197 mark_compact_collector_->SetSpace(bump_pointer_space_); in CollectGarbageInternal()
2198 collector = mark_compact_collector_; in CollectGarbageInternal()
2203 if (collector != mark_compact_collector_) { in CollectGarbageInternal()
Dheap.h1018 collector::MarkCompact* mark_compact_collector_; variable