Searched refs:SweepSystemWeaks (Results 1 – 8 of 8) sorted by relevance
224 SweepSystemWeaks(); in MarkingPhase()369 runtime->SweepSystemWeaks(&MarkedForwardingAddressCallback, this); in UpdateReferences()481 void MarkCompact::SweepSystemWeaks() { in SweepSystemWeaks() function in art::gc::collector::MarkCompact483 Runtime::Current()->SweepSystemWeaks(IsMarkedCallback, this); in SweepSystemWeaks()
239 SweepSystemWeaks(); in MarkingPhase()627 void SemiSpace::SweepSystemWeaks() { in SweepSystemWeaks() function in art::gc::collector::SemiSpace629 Runtime::Current()->SweepSystemWeaks(MarkedForwardingAddressCallback, this); in SweepSystemWeaks()
133 void SweepSystemWeaks()
114 void SweepSystemWeaks()
287 SweepSystemWeaks(self); in ReclaimPhase()923 void MarkSweep::SweepSystemWeaks(Thread* self) { in SweepSystemWeaks() function in art::gc::collector::MarkSweep926 Runtime::Current()->SweepSystemWeaks(IsMarkedCallback, this); in SweepSystemWeaks()946 Runtime::Current()->SweepSystemWeaks(VerifySystemWeakIsLiveCallback, this); in VerifySystemWeaks()
161 void SweepSystemWeaks(Thread* self)
294 void SweepSystemWeaks(IsMarkedCallback* visitor, void* arg)
327 void Runtime::SweepSystemWeaks(IsMarkedCallback* visitor, void* arg) { in SweepSystemWeaks() function in art::Runtime