Home | History | Annotate | Download | only in collector

Lines Matching defs:SweepSystemWeaks

891       LOG(INFO) << "SweepSystemWeaks";
893 SweepSystemWeaks(self);
895 LOG(INFO) << "SweepSystemWeaks done";
897 // Process the mark stack here one last time because the above SweepSystemWeaks() call may have
1657 void ConcurrentCopying::SweepSystemWeaks(Thread* self) {
1658 TimingLogger::ScopedTiming split("SweepSystemWeaks", GetTimings());
1660 Runtime::Current()->SweepSystemWeaks(this);