Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dmark_compact.cc200 SweepSystemWeaks(); in MarkingPhase()
375 runtime->SweepSystemWeaks(this); in UpdateReferences()
494 void MarkCompact::SweepSystemWeaks() { in SweepSystemWeaks() function in art::gc::collector::MarkCompact
496 Runtime::Current()->SweepSystemWeaks(this); in SweepSystemWeaks()
Dsemi_space.h145 void SweepSystemWeaks()
Dmark_compact.h113 void SweepSystemWeaks()
Dsemi_space.cc251 SweepSystemWeaks(); in MarkingPhase()
642 void SemiSpace::SweepSystemWeaks() { in SweepSystemWeaks() function in art::gc::collector::SemiSpace
644 Runtime::Current()->SweepSystemWeaks(this); in SweepSystemWeaks()
Dmark_sweep.cc343 SweepSystemWeaks(self); in ReclaimPhase()
1099 void MarkSweep::SweepSystemWeaks(Thread* self) { in SweepSystemWeaks() function in art::gc::collector::MarkSweep
1102 Runtime::Current()->SweepSystemWeaks(this); in SweepSystemWeaks()
1131 Runtime::Current()->SweepSystemWeaks(&visitor); in VerifySystemWeaks()
Dmark_sweep.h176 void SweepSystemWeaks(Thread* self)
Dconcurrent_copying.h215 void SweepSystemWeaks(Thread* self)
Dconcurrent_copying.cc896 SweepSystemWeaks(self); in MarkingPhase()
1662 void ConcurrentCopying::SweepSystemWeaks(Thread* self) { in SweepSystemWeaks() function in art::gc::collector::ConcurrentCopying
1665 Runtime::Current()->SweepSystemWeaks(this); in SweepSystemWeaks()
/art/runtime/
Druntime.h347 void SweepSystemWeaks(IsMarkedVisitor* visitor)
Druntime.cc605 void Runtime::SweepSystemWeaks(IsMarkedVisitor* visitor) { in SweepSystemWeaks() function in art::Runtime