Searched defs:SweepSystemWeaks (Results 1 – 4 of 4) sorted by relevance
/aosp12/art/runtime/gc/collector/ | ||
H A D | semi_space.cc | 500 void SemiSpace::SweepSystemWeaks() { in SweepSystemWeaks() function in art::gc::collector::SemiSpace |
H A D | mark_sweep.cc | 1101 void MarkSweep::SweepSystemWeaks(Thread* self) { in SweepSystemWeaks() function in art::gc::collector::MarkSweep |
H A D | concurrent_copying.cc | 2471 void ConcurrentCopying::SweepSystemWeaks(Thread* self) { in SweepSystemWeaks() function in art::gc::collector::ConcurrentCopying |
/aosp12/art/runtime/ | ||
H A D | runtime.cc | 724 void Runtime::SweepSystemWeaks(IsMarkedVisitor* visitor) { in SweepSystemWeaks() function in art::Runtime |