Searched refs:SweepSystemWeaks (Results 1 – 10 of 10) sorted by relevance
200 SweepSystemWeaks(); in MarkingPhase()375 runtime->SweepSystemWeaks(this); in UpdateReferences()494 void MarkCompact::SweepSystemWeaks() { in SweepSystemWeaks() function in art::gc::collector::MarkCompact496 Runtime::Current()->SweepSystemWeaks(this); in SweepSystemWeaks()
145 void SweepSystemWeaks()
113 void SweepSystemWeaks()
251 SweepSystemWeaks(); in MarkingPhase()642 void SemiSpace::SweepSystemWeaks() { in SweepSystemWeaks() function in art::gc::collector::SemiSpace644 Runtime::Current()->SweepSystemWeaks(this); in SweepSystemWeaks()
343 SweepSystemWeaks(self); in ReclaimPhase()1099 void MarkSweep::SweepSystemWeaks(Thread* self) { in SweepSystemWeaks() function in art::gc::collector::MarkSweep1102 Runtime::Current()->SweepSystemWeaks(this); in SweepSystemWeaks()1131 Runtime::Current()->SweepSystemWeaks(&visitor); in VerifySystemWeaks()
176 void SweepSystemWeaks(Thread* self)
215 void SweepSystemWeaks(Thread* self)
896 SweepSystemWeaks(self); in MarkingPhase()1662 void ConcurrentCopying::SweepSystemWeaks(Thread* self) { in SweepSystemWeaks() function in art::gc::collector::ConcurrentCopying1665 Runtime::Current()->SweepSystemWeaks(this); in SweepSystemWeaks()
347 void SweepSystemWeaks(IsMarkedVisitor* visitor)
605 void Runtime::SweepSystemWeaks(IsMarkedVisitor* visitor) { in SweepSystemWeaks() function in art::Runtime