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 30 case kGcCauseExplicit: return "Explicit";
gc_cause.h 33 kGcCauseExplicit,
heap.cc     [all...]
  /art/runtime/gc/collector/
semi_space.cc 193 if (GetCurrentIteration()->GetGcCause() == kGcCauseExplicit ||
    [all...]
concurrent_copying.cc 171 if (GetCurrentIteration()->GetGcCause() == kGcCauseExplicit ||
    [all...]

Completed in 62 milliseconds