Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dsemi_space.cc286 heap_->SwapSemiSpaces(); in MarkingPhase()
/art/runtime/gc/
Dheap.h920 void SwapSemiSpaces() REQUIRES(Locks::mutator_lock_);
Dheap.cc2609 void Heap::SwapSemiSpaces() { in SwapSemiSpaces() function in art::gc::Heap