Home | History | Annotate | Download | only in collector

Lines Matching refs:SweepSystemWeaks

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
1192 void ConcurrentCopying::SweepSystemWeaks(Thread* self) {
1193 TimingLogger::ScopedTiming split("SweepSystemWeaks", GetTimings());
1195 Runtime::Current()->SweepSystemWeaks(this);