Home
last modified time | relevance | path

Searched defs:SweepSystemWeaks (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/runtime/gc/collector/
H A Dsemi_space.cc500 void SemiSpace::SweepSystemWeaks() { in SweepSystemWeaks() function in art::gc::collector::SemiSpace
H A Dmark_sweep.cc1101 void MarkSweep::SweepSystemWeaks(Thread* self) { in SweepSystemWeaks() function in art::gc::collector::MarkSweep
H A Dconcurrent_copying.cc2471 void ConcurrentCopying::SweepSystemWeaks(Thread* self) { in SweepSystemWeaks() function in art::gc::collector::ConcurrentCopying
/aosp12/art/runtime/
H A Druntime.cc724 void Runtime::SweepSystemWeaks(IsMarkedVisitor* visitor) { in SweepSystemWeaks() function in art::Runtime