Searched refs:SweepSystemWeaks (Results 1 – 9 of 9) sorted by relevance
198 SweepSystemWeaks(); in MarkingPhase()500 void SemiSpace::SweepSystemWeaks() { in SweepSystemWeaks() function in art::gc::collector::SemiSpace502 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()
254 void SweepSystemWeaks(Thread* self)
1661 SweepSystemWeaks(self); in CopyingPhase()2451 void ConcurrentCopying::SweepSystemWeaks(Thread* self) { in SweepSystemWeaks() function in art::gc::collector::ConcurrentCopying2454 Runtime::Current()->SweepSystemWeaks(this); in SweepSystemWeaks()
405 void SweepSystemWeaks(IsMarkedVisitor* visitor)
724 void Runtime::SweepSystemWeaks(IsMarkedVisitor* visitor) { in SweepSystemWeaks() function in art::Runtime
1856 art::Runtime::Current()->SweepSystemWeaks(&rwv); in ReplaceWeakRoots()