Home
last modified time | relevance | path

Searched refs:WaitForGcToComplete (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/
Dheap.cc1510 collector::GcType last_gc = WaitForGcToComplete(kGcCauseForAlloc, self); in AllocateInternalWithGc()
3171 collector::GcType Heap::WaitForGcToComplete(GcCause cause, Thread* self) { in WaitForGcToComplete() function in art::gc::Heap
3434 if (WaitForGcToComplete(kGcCauseBackground, self) == collector::kGcTypeNone) { in ConcurrentGC()
3606 if (WaitForGcToComplete(kGcCauseForNativeAlloc, self) != collector::kGcTypeNone) { in RegisterNativeAllocation()
Dheap.h346 collector::GcType WaitForGcToComplete(GcCause cause, Thread* self)
/art/runtime/
Druntime.cc248 heap_->WaitForGcToComplete(gc::kGcCauseBackground, self); in ~Runtime()