Home
last modified time | relevance | path

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

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