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