Searched defs:SweepSystemWeaks (Results 1 - 5 of 5) sorted by relevance

/art/runtime/gc/collector/
H A Dmark_compact.cc193 SweepSystemWeaks();
367 runtime->SweepSystemWeaks(this);
480 void MarkCompact::SweepSystemWeaks() { function in class:art::gc::collector::MarkCompact
482 Runtime::Current()->SweepSystemWeaks(this);
H A Dsemi_space.cc250 SweepSystemWeaks();
640 void SemiSpace::SweepSystemWeaks() { function in class:art::gc::collector::SemiSpace
642 Runtime::Current()->SweepSystemWeaks(this);
H A Dconcurrent_copying.cc444 LOG(INFO) << "SweepSystemWeaks";
446 SweepSystemWeaks(self);
448 LOG(INFO) << "SweepSystemWeaks done";
450 // Process the mark stack here one last time because the above SweepSystemWeaks() call may have
1190 void ConcurrentCopying::SweepSystemWeaks(Thread* self) { function in class:art::gc::collector::ConcurrentCopying
1191 TimingLogger::ScopedTiming split("SweepSystemWeaks", GetTimings());
1193 Runtime::Current()->SweepSystemWeaks(this);
H A Dmark_sweep.cc319 SweepSystemWeaks(self);
1078 void MarkSweep::SweepSystemWeaks(Thread* self) { function in class:art::gc::collector::MarkSweep
1081 Runtime::Current()->SweepSystemWeaks(this);
1110 Runtime::Current()->SweepSystemWeaks(&visitor);
/art/runtime/
H A Druntime.cc466 void Runtime::SweepSystemWeaks(IsMarkedVisitor* visitor) { function in class:art::Runtime

Completed in 90 milliseconds