Home
last modified time | relevance | path

Searched refs:SwapStacks (Results 1 – 7 of 7) sorted by relevance

/art/runtime/gc/collector/
Dconcurrent_copying.h236 void SwapStacks(Thread* self) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dconcurrent_copying.cc205 cc->SwapStacks(self); in Run()
250 void ConcurrentCopying::SwapStacks(Thread* self) { in SwapStacks() function in art::gc::collector::ConcurrentCopying
251 heap_->SwapStacks(self); in SwapStacks()
Dmark_compact.cc210 heap_->SwapStacks(self); in MarkingPhase()
Dsemi_space.cc230 heap_->SwapStacks(self_); in MarkingPhase()
Dmark_sweep.cc197 heap_->SwapStacks(self); in PausePhase()
/art/runtime/gc/
Dheap.h851 void SwapStacks(Thread* self) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dheap.cc2959 void Heap::SwapStacks(Thread* self) { in SwapStacks() function in art::gc::Heap
3068 SwapStacks(self); in PreGcVerificationPaused()
3072 SwapStacks(self); in PreGcVerificationPaused()