HomeSort by relevance Sort by last modified time
    Searched refs:SwapStacks (Results 1 - 7 of 7) sorted by null

  /art/runtime/gc/collector/
concurrent_copying.h 230 void SwapStacks() REQUIRES_SHARED(Locks::mutator_lock_);
mark_compact.cc 185 t.NewTiming("SwapStacks");
186 heap_->SwapStacks();
concurrent_copying.cc 424 cc->SwapStacks();
732 void ConcurrentCopying::SwapStacks() {
733 heap_->SwapStacks();
    [all...]
semi_space.cc 242 heap_->SwapStacks();
    [all...]
mark_sweep.cc 197 TimingLogger::ScopedTiming t2("SwapStacks", GetTimings());
199 heap_->SwapStacks();
    [all...]
  /art/runtime/gc/
heap.h     [all...]
heap.cc     [all...]

Completed in 98 milliseconds