Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dsemi_space.cc643 void SemiSpace::SweepSystemWeaks() { in SweepSystemWeaks() function in art::gc::collector::SemiSpace
Dmark_compact.cc492 void MarkCompact::SweepSystemWeaks() { in SweepSystemWeaks() function in art::gc::collector::MarkCompact
Dmark_sweep.cc1076 void MarkSweep::SweepSystemWeaks(Thread* self) { in SweepSystemWeaks() function in art::gc::collector::MarkSweep
Dconcurrent_copying.cc1657 void ConcurrentCopying::SweepSystemWeaks(Thread* self) { in SweepSystemWeaks() function in art::gc::collector::ConcurrentCopying
/art/runtime/
Druntime.cc570 void Runtime::SweepSystemWeaks(IsMarkedVisitor* visitor) { in SweepSystemWeaks() function in art::Runtime