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

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

Completed in 756 milliseconds