HomeSort by relevance Sort by last modified time
    Searched defs:SweepSystemWeaks (Results 1 - 5 of 5) sorted by null

  /art/runtime/gc/collector/
mark_compact.cc 198 SweepSystemWeaks();
373 runtime->SweepSystemWeaks(this);
492 void MarkCompact::SweepSystemWeaks() {
494 Runtime::Current()->SweepSystemWeaks(this);
semi_space.cc 252 SweepSystemWeaks();
643 void SemiSpace::SweepSystemWeaks() {
645 Runtime::Current()->SweepSystemWeaks(this);
    [all...]
concurrent_copying.cc     [all...]
mark_sweep.cc 320 SweepSystemWeaks(self);
    [all...]
  /art/runtime/
runtime.cc 570 void Runtime::SweepSystemWeaks(IsMarkedVisitor* visitor) {
    [all...]

Completed in 61 milliseconds