Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dsemi_space.cc657 void SemiSpace::SweepSystemWeaks() { in SweepSystemWeaks() function in art::gc::collector::SemiSpace
Dmark_compact.cc495 void MarkCompact::SweepSystemWeaks() { in SweepSystemWeaks() function in art::gc::collector::MarkCompact
Dmark_sweep.cc1077 void MarkSweep::SweepSystemWeaks(Thread* self) { in SweepSystemWeaks() function in art::gc::collector::MarkSweep
Dconcurrent_copying.cc1192 void ConcurrentCopying::SweepSystemWeaks(Thread* self) { in SweepSystemWeaks() function in art::gc::collector::ConcurrentCopying
/art/runtime/
Druntime.cc441 void Runtime::SweepSystemWeaks(IsMarkedVisitor* visitor) { in SweepSystemWeaks() function in art::Runtime