Searched refs:SweepSystemWeaks (Results 1 – 11 of 11) sorted by relevance
199 SweepSystemWeaks(); in MarkingPhase()501 void SemiSpace::SweepSystemWeaks() { in SweepSystemWeaks() function in art::gc::collector::SemiSpace504 runtime->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()1133 runtime->SweepSystemWeaks(&visitor); in VerifySystemWeaks()
258 void SweepSystemWeaks(Thread* self)
256 void SweepSystemWeaks(Thread* self, Runtime* runtime, const bool paused)
1298 void MarkCompact::SweepSystemWeaks(Thread* self, Runtime* runtime, const bool paused) { in SweepSystemWeaks() function in art::gc::collector::MarkCompact1302 runtime->SweepSystemWeaks(this); in SweepSystemWeaks()1352 SweepSystemWeaks(thread_running_gc_, runtime, /*paused*/ false); in ReclaimPhase()2760 SweepSystemWeaks(thread_running_gc_, runtime, /*paused*/ true); in CompactionPause()
1699 SweepSystemWeaks(self); in CopyingPhase()2504 void ConcurrentCopying::SweepSystemWeaks(Thread* self) { in SweepSystemWeaks() function in art::gc::collector::ConcurrentCopying2507 Runtime::Current()->SweepSystemWeaks(this); in SweepSystemWeaks()
481 void SweepSystemWeaks(IsMarkedVisitor* visitor) REQUIRES_SHARED(Locks::mutator_lock_);
792 void Runtime::SweepSystemWeaks(IsMarkedVisitor* visitor) { in SweepSystemWeaks() function in art::Runtime
1855 runtime->SweepSystemWeaks(&rwv); in ReplaceWeakRoots()