Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/gc/collector/
H A Dsemi_space.cc502 void SemiSpace::SweepSystemWeaks() { in SweepSystemWeaks() function in art::gc::collector::SemiSpace
H A Dmark_sweep.cc1086 void MarkSweep::SweepSystemWeaks(Thread* self) { in SweepSystemWeaks() function in art::gc::collector::MarkSweep
H A Dconcurrent_copying.cc2475 void ConcurrentCopying::SweepSystemWeaks(Thread* self) { in SweepSystemWeaks() function in art::gc::collector::ConcurrentCopying
H A Dmark_compact.cc1184 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 Druntime.cc886 void Runtime::SweepSystemWeaks(IsMarkedVisitor* visitor) { in SweepSystemWeaks() function in art::Runtime