HomeSort by relevance Sort by last modified time
    Searched defs:ProcessMarkStack (Results 1 - 4 of 4) sorted by null

  /art/runtime/gc/collector/
mark_compact.cc 235 ProcessMarkStack();
606 void MarkCompact::ProcessMarkStack() {
semi_space.cc 421 ProcessMarkStack();
547 // the mark stack (ProcessMarkStack()). The rationale: we may
734 void SemiSpace::ProcessMarkStack() {
    [all...]
concurrent_copying.cc 744 TimingLogger::ScopedTiming split7("ProcessMarkStack", GetTimings());
756 ProcessMarkStack();
759 // refs that may have been concurrently pushed onto the mark stack during the ProcessMarkStack()
773 ProcessMarkStack();
    [all...]
mark_sweep.cc 64 // ProcessMarkStack with very small mark stacks.
    [all...]

Completed in 228 milliseconds