Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dsemi_space.cc502 void SemiSpace::SweepSystemWeaks() { in SweepSystemWeaks() function in art::gc::collector::SemiSpace
Dmark_sweep.cc1098 void MarkSweep::SweepSystemWeaks(Thread* self) { in SweepSystemWeaks() function in art::gc::collector::MarkSweep
Dconcurrent_copying.cc2489 void ConcurrentCopying::SweepSystemWeaks(Thread* self) { in SweepSystemWeaks() function in art::gc::collector::ConcurrentCopying
Dmark_compact.cc1435 void MarkCompact::SweepSystemWeaks(Thread* self, Runtime* runtime, const bool paused) { in SweepSystemWeaks() function in art::gc::collector::MarkCompact
/art/runtime/
Druntime.cc887 void Runtime::SweepSystemWeaks(IsMarkedVisitor* visitor) { in SweepSystemWeaks() function in art::Runtime