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 235 void SwapStacks() REQUIRES_SHARED(Locks::mutator_lock_);
mark_compact.cc 187 t.NewTiming("SwapStacks");
188 heap_->SwapStacks();
semi_space.cc 241 heap_->SwapStacks();
    [all...]
concurrent_copying.cc 426 cc->SwapStacks();
734 void ConcurrentCopying::SwapStacks() {
735 heap_->SwapStacks();
    [all...]
mark_sweep.cc 198 TimingLogger::ScopedTiming t2("SwapStacks", GetTimings());
200 heap_->SwapStacks();
    [all...]
  /art/runtime/gc/
heap.h     [all...]
heap.cc     [all...]

Completed in 2058 milliseconds