Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dsemi_space.cc198 SweepSystemWeaks(); in MarkingPhase()
500 void SemiSpace::SweepSystemWeaks() { in SweepSystemWeaks() function in art::gc::collector::SemiSpace
502 Runtime::Current()->SweepSystemWeaks(this); in SweepSystemWeaks()
Dsemi_space.h145 void SweepSystemWeaks()
Dmark_sweep.h176 void SweepSystemWeaks(Thread* self)
Dmark_sweep.cc345 SweepSystemWeaks(self); in ReclaimPhase()
1101 void MarkSweep::SweepSystemWeaks(Thread* self) { in SweepSystemWeaks() function in art::gc::collector::MarkSweep
1104 Runtime::Current()->SweepSystemWeaks(this); in SweepSystemWeaks()
1132 Runtime::Current()->SweepSystemWeaks(&visitor); in VerifySystemWeaks()
Dconcurrent_copying.h254 void SweepSystemWeaks(Thread* self)
Dconcurrent_copying.cc1661 SweepSystemWeaks(self); in CopyingPhase()
2451 void ConcurrentCopying::SweepSystemWeaks(Thread* self) { in SweepSystemWeaks() function in art::gc::collector::ConcurrentCopying
2454 Runtime::Current()->SweepSystemWeaks(this); in SweepSystemWeaks()
/art/runtime/
Druntime.h405 void SweepSystemWeaks(IsMarkedVisitor* visitor)
Druntime.cc724 void Runtime::SweepSystemWeaks(IsMarkedVisitor* visitor) { in SweepSystemWeaks() function in art::Runtime
/art/openjdkjvmti/
Dti_heap.cc1856 art::Runtime::Current()->SweepSystemWeaks(&rwv); in ReplaceWeakRoots()