Home
last modified time | relevance | path

Searched refs:SetSpace (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/collector/
Dmark_compact.h81 void SetSpace(space::BumpPointerSpace* space);
Dmark_compact.cc598 void MarkCompact::SetSpace(space::BumpPointerSpace* space) { in SetSpace() function in art::gc::collector::MarkCompact
/art/runtime/gc/
Dheap.cc2060 mark_compact_collector_->SetSpace(target_space->AsBumpPointerSpace()); in Compact()
2139 mark_compact_collector_->SetSpace(bump_pointer_space_); in CollectGarbageInternal()