Home
last modified time | relevance | path

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

/art/runtime/gc/
Dgc_cause.h38 kGcCauseForNativeAlloc, enumerator
Dgc_cause.cc35 case kGcCauseForNativeAlloc: return "NativeAlloc"; in PrettyCause()
Dheap.cc3989 RequestConcurrentGC(self, kGcCauseForNativeAlloc, /*force_full=*/true, starting_gc_num); in CheckGCForNative()
3996 if (WaitForGcToComplete(kGcCauseForNativeAlloc, self) == collector::kGcTypeNone) { in CheckGCForNative()
4003 CollectGarbageInternal(NonStickyGcType(), kGcCauseForNativeAlloc, false, starting_gc_num + 1); in CheckGCForNative()