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.cc3459 cause == kGcCauseForNativeAlloc || in WaitForGcToCompleteLocked()
3935 RequestConcurrentGC(self, kGcCauseForNativeAlloc, /*force_full=*/true); in CheckGCForNative()
3942 WaitForGcToComplete(kGcCauseForNativeAlloc, self); in CheckGCForNative()
3945 CollectGarbageInternal(NonStickyGcType(), kGcCauseForNativeAlloc, false); in CheckGCForNative()