Searched refs:WaitForGcToComplete (Results 1 - 4 of 4) sorted by relevance

/art/runtime/gc/
H A Dheap.h409 collector::GcType WaitForGcToComplete(GcCause cause, Thread* self) REQUIRES(!*gc_complete_lock_);
H A Dheap.cc1587 collector::GcType last_gc = WaitForGcToComplete(kGcCauseForAlloc, self);
1653 // We don't need a WaitForGcToComplete here either.
3345 collector::GcType Heap::WaitForGcToComplete(GcCause cause, Thread* self) { function in class:art::gc::Heap
3373 LOG(INFO) << "WaitForGcToComplete blocked " << cause << " on " << last_gc_cause << " for "
3613 if (WaitForGcToComplete(cause, self) == collector::kGcTypeNone) {
/art/runtime/
H A Dthread_list.cc110 heap->WaitForGcToComplete(gc::kGcCauseBackground, Thread::Current());
H A Druntime.cc371 heap_->WaitForGcToComplete(gc::kGcCauseBackground, self);

Completed in 251 milliseconds