Home
last modified time | relevance | path

Searched refs:SweepSystemWeaks (Results 1 – 8 of 8) sorted by relevance

/art/runtime/gc/collector/
Dmark_compact.cc224 SweepSystemWeaks(); in MarkingPhase()
369 runtime->SweepSystemWeaks(&MarkedForwardingAddressCallback, this); in UpdateReferences()
481 void MarkCompact::SweepSystemWeaks() { in SweepSystemWeaks() function in art::gc::collector::MarkCompact
483 Runtime::Current()->SweepSystemWeaks(IsMarkedCallback, this); in SweepSystemWeaks()
Dsemi_space.cc239 SweepSystemWeaks(); in MarkingPhase()
627 void SemiSpace::SweepSystemWeaks() { in SweepSystemWeaks() function in art::gc::collector::SemiSpace
629 Runtime::Current()->SweepSystemWeaks(MarkedForwardingAddressCallback, this); in SweepSystemWeaks()
Dsemi_space.h133 void SweepSystemWeaks()
Dmark_compact.h114 void SweepSystemWeaks()
Dmark_sweep.cc287 SweepSystemWeaks(self); in ReclaimPhase()
923 void MarkSweep::SweepSystemWeaks(Thread* self) { in SweepSystemWeaks() function in art::gc::collector::MarkSweep
926 Runtime::Current()->SweepSystemWeaks(IsMarkedCallback, this); in SweepSystemWeaks()
946 Runtime::Current()->SweepSystemWeaks(VerifySystemWeakIsLiveCallback, this); in VerifySystemWeaks()
Dmark_sweep.h161 void SweepSystemWeaks(Thread* self)
/art/runtime/
Druntime.h294 void SweepSystemWeaks(IsMarkedCallback* visitor, void* arg)
Druntime.cc327 void Runtime::SweepSystemWeaks(IsMarkedCallback* visitor, void* arg) { in SweepSystemWeaks() function in art::Runtime