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

  /art/runtime/gc/
gc_cause.h 33 kGcCauseBackground,
gc_cause.cc 33 case kGcCauseBackground: return "Background";
heap.cc     [all...]
  /art/runtime/gc/collector/
garbage_collector.cc 47 Reset(kGcCauseBackground, false); // Reset to some place holder values.
  /art/runtime/native/
dalvik_system_VMRuntime.cc 333 Runtime::Current()->GetHeap()->ConcurrentGC(ThreadForEnv(env), gc::kGcCauseBackground, true);
342 gc::kGcCauseBackground,
  /art/runtime/
thread_list.cc 110 heap->WaitForGcToComplete(gc::kGcCauseBackground, Thread::Current());
    [all...]
runtime.cc 418 heap_->WaitForGcToComplete(gc::kGcCauseBackground, self);
    [all...]

Completed in 616 milliseconds