Home
last modified time | relevance | path

Searched refs:SweepSystemWeaks (Results 1 – 6 of 6) sorted by relevance

/art/runtime/gc/collector/
Dsemi_space.h145 void SweepSystemWeaks()
Dsemi_space.cc252 SweepSystemWeaks(); in MarkingPhase()
644 void SemiSpace::SweepSystemWeaks() { in SweepSystemWeaks() function in art::gc::collector::SemiSpace
646 Runtime::Current()->SweepSystemWeaks(this); in SweepSystemWeaks()
Dmark_sweep.h176 void SweepSystemWeaks(Thread* self)
Dmark_sweep.cc345 SweepSystemWeaks(self); in ReclaimPhase()
1101 void MarkSweep::SweepSystemWeaks(Thread* self) { in SweepSystemWeaks() function in art::gc::collector::MarkSweep
1104 Runtime::Current()->SweepSystemWeaks(this); in SweepSystemWeaks()
1132 Runtime::Current()->SweepSystemWeaks(&visitor); in VerifySystemWeaks()
Dconcurrent_copying.h243 void SweepSystemWeaks(Thread* self)
/art/runtime/
Druntime.h376 void SweepSystemWeaks(IsMarkedVisitor* visitor)