Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dmark_compact.cc198 SweepSystemWeaks(); in MarkingPhase()
373 runtime->SweepSystemWeaks(this); in UpdateReferences()
492 void MarkCompact::SweepSystemWeaks() { in SweepSystemWeaks() function in art::gc::collector::MarkCompact
494 Runtime::Current()->SweepSystemWeaks(this); in SweepSystemWeaks()
Dsemi_space.cc252 SweepSystemWeaks(); in MarkingPhase()
643 void SemiSpace::SweepSystemWeaks() { in SweepSystemWeaks() function in art::gc::collector::SemiSpace
645 Runtime::Current()->SweepSystemWeaks(this); in SweepSystemWeaks()
Dmark_compact.h113 void SweepSystemWeaks()
Dsemi_space.h145 void SweepSystemWeaks()
Dmark_sweep.cc320 SweepSystemWeaks(self); in ReclaimPhase()
1076 void MarkSweep::SweepSystemWeaks(Thread* self) { in SweepSystemWeaks() function in art::gc::collector::MarkSweep
1079 Runtime::Current()->SweepSystemWeaks(this); in SweepSystemWeaks()
1108 Runtime::Current()->SweepSystemWeaks(&visitor); in VerifySystemWeaks()
Dmark_sweep.h176 void SweepSystemWeaks(Thread* self)
Dconcurrent_copying.h210 void SweepSystemWeaks(Thread* self)
Dconcurrent_copying.cc893 SweepSystemWeaks(self); in MarkingPhase()
1657 void ConcurrentCopying::SweepSystemWeaks(Thread* self) { in SweepSystemWeaks() function in art::gc::collector::ConcurrentCopying
1660 Runtime::Current()->SweepSystemWeaks(this); in SweepSystemWeaks()
/art/runtime/
Druntime.h340 void SweepSystemWeaks(IsMarkedVisitor* visitor)
Druntime.cc570 void Runtime::SweepSystemWeaks(IsMarkedVisitor* visitor) { in SweepSystemWeaks() function in art::Runtime