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

  /art/runtime/gc/collector/
mark_compact.cc 224 SweepSystemWeaks();
369 runtime->SweepSystemWeaks(&MarkedForwardingAddressCallback, this);
481 void MarkCompact::SweepSystemWeaks() {
483 Runtime::Current()->SweepSystemWeaks(IsMarkedCallback, this);
semi_space.cc 239 SweepSystemWeaks();
627 void SemiSpace::SweepSystemWeaks() {
629 Runtime::Current()->SweepSystemWeaks(MarkedForwardingAddressCallback, this);
    [all...]
mark_sweep.cc 287 SweepSystemWeaks(self);
    [all...]
  /art/runtime/
runtime.cc 327 void Runtime::SweepSystemWeaks(IsMarkedCallback* visitor, void* arg) {
    [all...]

Completed in 273 milliseconds