Searched defs:SweepSystemWeaks (Results 1 – 5 of 5) sorted by relevance
/art/runtime/gc/collector/ | ||
D | semi_space.cc | 502 void SemiSpace::SweepSystemWeaks() { in SweepSystemWeaks() function in art::gc::collector::SemiSpace |
D | mark_sweep.cc | 1098 void MarkSweep::SweepSystemWeaks(Thread* self) { in SweepSystemWeaks() function in art::gc::collector::MarkSweep |
D | concurrent_copying.cc | 2489 void ConcurrentCopying::SweepSystemWeaks(Thread* self) { in SweepSystemWeaks() function in art::gc::collector::ConcurrentCopying |
D | mark_compact.cc | 1435 void MarkCompact::SweepSystemWeaks(Thread* self, Runtime* runtime, const bool paused) { in SweepSystemWeaks() function in art::gc::collector::MarkCompact |
/art/runtime/ | ||
D | runtime.cc | 887 void Runtime::SweepSystemWeaks(IsMarkedVisitor* visitor) { in SweepSystemWeaks() function in art::Runtime |