Searched defs:SweepSystemWeaks (Results 1 – 5 of 5) sorted by relevance
/art/runtime/gc/collector/ | ||
D | semi_space.cc | 642 void SemiSpace::SweepSystemWeaks() { in SweepSystemWeaks() function in art::gc::collector::SemiSpace |
D | mark_compact.cc | 494 void MarkCompact::SweepSystemWeaks() { in SweepSystemWeaks() function in art::gc::collector::MarkCompact |
D | mark_sweep.cc | 1099 void MarkSweep::SweepSystemWeaks(Thread* self) { in SweepSystemWeaks() function in art::gc::collector::MarkSweep |
D | concurrent_copying.cc | 1662 void ConcurrentCopying::SweepSystemWeaks(Thread* self) { in SweepSystemWeaks() function in art::gc::collector::ConcurrentCopying |
/art/runtime/ | ||
D | runtime.cc | 605 void Runtime::SweepSystemWeaks(IsMarkedVisitor* visitor) { in SweepSystemWeaks() function in art::Runtime |