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

  /art/runtime/gc/
gc_cause.h 31 kGcCauseBackground,
gc_cause.cc 29 case kGcCauseBackground: return "Background";
heap.cc     [all...]
  /art/runtime/gc/collector/
garbage_collector.cc 40 Reset(kGcCauseBackground, false); // Reset to some place holder values.
  /art/runtime/
thread_list.cc 94 heap->WaitForGcToComplete(gc::kGcCauseBackground, Thread::Current());
    [all...]
runtime.cc 273 heap_->WaitForGcToComplete(gc::kGcCauseBackground, self);
    [all...]

Completed in 1172 milliseconds