Home | History | Annotate | Download | only in gc

Lines Matching refs:WaitForGcToComplete

1293   collector::GcType last_gc = WaitForGcToComplete(kGcCauseForAlloc, self);
1356 // We don't need a WaitForGcToComplete here either.
2842 collector::GcType Heap::WaitForGcToComplete(GcCause cause, Thread* self) {
2861 LOG(INFO) << "WaitForGcToComplete blocked for " << PrettyDuration(wait_time)
3052 if (WaitForGcToComplete(kGcCauseBackground, self) == collector::kGcTypeNone) {
3192 if (WaitForGcToComplete(kGcCauseForNativeAlloc, self) != collector::kGcTypeNone) {