Searched refs:SweepSystemWeaks (Results 1 - 10 of 10) 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 Dmark_compact.h114 void SweepSystemWeaks()
H A Dsemi_space.h145 void SweepSystemWeaks()
H A Dconcurrent_copying.h157 void SweepSystemWeaks(Thread* self)
H A Dmark_sweep.h177 void SweepSystemWeaks(Thread* self)
H A Dsemi_space.cc250 SweepSystemWeaks();
640 void SemiSpace::SweepSystemWeaks() { function in class:art::gc::collector::SemiSpace
642 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);
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);
/art/runtime/
H A Druntime.h357 void SweepSystemWeaks(IsMarkedVisitor* visitor)
H A Druntime.cc466 void Runtime::SweepSystemWeaks(IsMarkedVisitor* visitor) { function in class:art::Runtime

Completed in 779 milliseconds