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

  /art/runtime/gc/collector/
mark_compact.cc 211 t.NewTiming("SwapStacks");
212 heap_->SwapStacks(self);
semi_space.cc 229 heap_->SwapStacks(self_);
    [all...]
mark_sweep.cc 191 TimingLogger::ScopedTiming t2("SwapStacks", GetTimings());
193 heap_->SwapStacks(self);
    [all...]
  /art/runtime/gc/
heap.h 753 void SwapStacks(Thread* self);
    [all...]
heap.cc     [all...]

Completed in 109 milliseconds