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

  /art/runtime/gc/collector/
mark_compact.cc 206 SweepSystemWeaks();
381 runtime->SweepSystemWeaks(this);
495 void MarkCompact::SweepSystemWeaks() {
497 Runtime::Current()->SweepSystemWeaks(this);
mark_compact.h 114 void SweepSystemWeaks()
semi_space.h 145 void SweepSystemWeaks()
concurrent_copying.h 157 void SweepSystemWeaks(Thread* self)
mark_sweep.h 177 void SweepSystemWeaks(Thread* self)
semi_space.cc 250 SweepSystemWeaks();
657 void SemiSpace::SweepSystemWeaks() {
659 Runtime::Current()->SweepSystemWeaks(this);
    [all...]
mark_sweep.cc 319 SweepSystemWeaks(self);
    [all...]
concurrent_copying.cc 445 LOG(INFO) << "SweepSystemWeaks";
447 SweepSystemWeaks(self);
449 LOG(INFO) << "SweepSystemWeaks done";
451 // Process the mark stack here one last time because the above SweepSystemWeaks() call may have
    [all...]
  /art/runtime/
runtime.h 359 void SweepSystemWeaks(IsMarkedVisitor* visitor)
runtime.cc 441 void Runtime::SweepSystemWeaks(IsMarkedVisitor* visitor) {
    [all...]

Completed in 118 milliseconds