Searched refs:SwapStacks (Results 1 - 5 of 5) sorted by relevance

/art/runtime/gc/collector/
H A Dmark_compact.cc211 t.NewTiming("SwapStacks");
212 heap_->SwapStacks(self);
H A Dsemi_space.cc229 heap_->SwapStacks(self_);
H A Dmark_sweep.cc191 TimingLogger::ScopedTiming t2("SwapStacks", GetTimings());
193 heap_->SwapStacks(self);
/art/runtime/gc/
H A Dheap.h753 void SwapStacks(Thread* self);
H A Dheap.cc2586 void Heap::SwapStacks(Thread* self) { function in class:art::gc::Heap
2679 SwapStacks(self);
2683 SwapStacks(self);

Completed in 45 milliseconds