HomeSort by relevance Sort by last modified time
    Searched refs:kGcCauseExplicit (Results 1 - 6 of 6) sorted by null

  /art/runtime/gc/
gc_cause.h 35 kGcCauseExplicit,
gc_cause.cc 34 case kGcCauseExplicit: return "Explicit";
heap.h 369 void CollectGarbage(bool clear_soft_references, GcCause cause = kGcCauseExplicit)
    [all...]
heap.cc     [all...]
  /art/runtime/gc/collector/
semi_space.cc 195 if (GetCurrentIteration()->GetGcCause() == kGcCauseExplicit ||
    [all...]
concurrent_copying.cc 398 if (gc_cause == kGcCauseExplicit ||
    [all...]

Completed in 56 milliseconds