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

  /art/runtime/gc/
gc_cause.cc 31 case kGcCauseExplicit: return "Explicit";
gc_cause.h 35 kGcCauseExplicit,
heap.cc     [all...]
  /art/runtime/gc/collector/
semi_space.cc 194 if (GetCurrentIteration()->GetGcCause() == kGcCauseExplicit ||
    [all...]
concurrent_copying.cc 301 if (gc_cause == kGcCauseExplicit ||
    [all...]

Completed in 1588 milliseconds