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

/art/runtime/gc/
H A Dheap.cc1241 collector::GcType last_gc = WaitForGcToComplete(kGcCauseForAlloc, self);
1304 // We don't need a WaitForGcToComplete here either.
2777 collector::GcType Heap::WaitForGcToComplete(GcCause cause, Thread* self) { function in class:art::gc::Heap
2796 LOG(INFO) << "WaitForGcToComplete blocked for " << PrettyDuration(wait_time)
2979 if (WaitForGcToComplete(kGcCauseBackground, self) == collector::kGcTypeNone) {
3119 if (WaitForGcToComplete(kGcCauseForNativeAlloc, self) != collector::kGcTypeNone) {

Completed in 173 milliseconds