Searched refs:SweepSystemWeaks (Results 1 – 8 of 8) sorted by relevance
252 SweepSystemWeaks(); in MarkingPhase()644 void SemiSpace::SweepSystemWeaks() { in SweepSystemWeaks() function in art::gc::collector::SemiSpace646 Runtime::Current()->SweepSystemWeaks(this); in SweepSystemWeaks()
145 void SweepSystemWeaks()
176 void SweepSystemWeaks(Thread* self)
345 SweepSystemWeaks(self); in ReclaimPhase()1101 void MarkSweep::SweepSystemWeaks(Thread* self) { in SweepSystemWeaks() function in art::gc::collector::MarkSweep1104 Runtime::Current()->SweepSystemWeaks(this); in SweepSystemWeaks()1132 Runtime::Current()->SweepSystemWeaks(&visitor); in VerifySystemWeaks()
243 void SweepSystemWeaks(Thread* self)
1600 SweepSystemWeaks(self); in CopyingPhase()2375 void ConcurrentCopying::SweepSystemWeaks(Thread* self) { in SweepSystemWeaks() function in art::gc::collector::ConcurrentCopying2378 Runtime::Current()->SweepSystemWeaks(this); in SweepSystemWeaks()
376 void SweepSystemWeaks(IsMarkedVisitor* visitor)
674 void Runtime::SweepSystemWeaks(IsMarkedVisitor* visitor) { in SweepSystemWeaks() function in art::Runtime