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

  /art/runtime/gc/
heap.h 399 collector::GcType WaitForGcToComplete(GcCause cause, Thread* self) REQUIRES(!*gc_complete_lock_);
    [all...]
heap.cc     [all...]
  /art/runtime/
thread_list.cc 109 heap->WaitForGcToComplete(gc::kGcCauseBackground, Thread::Current());
    [all...]
runtime.cc 341 heap_->WaitForGcToComplete(gc::kGcCauseBackground, self);
    [all...]

Completed in 210 milliseconds