Searched refs:WaitForGcToComplete (Results 1 – 4 of 4) sorted by relevance
1736 collector::GcType last_gc = WaitForGcToComplete(kGcCauseForAlloc, self); in AllocateInternalWithGc()3538 collector::GcType Heap::WaitForGcToComplete(GcCause cause, Thread* self) { in WaitForGcToComplete() function in art::gc::Heap3827 if (WaitForGcToComplete(cause, self) == collector::kGcTypeNone) { in ConcurrentGC()4058 WaitForGcToComplete(kGcCauseForNativeAlloc, self); in CheckGCForNative()
461 collector::GcType WaitForGcToComplete(GcCause cause, Thread* self) REQUIRES(!*gc_complete_lock_);
110 heap->WaitForGcToComplete(gc::kGcCauseBackground, Thread::Current()); in ShutDown()
418 heap_->WaitForGcToComplete(gc::kGcCauseBackground, self); in ~Runtime()