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.cc3457 cause == kGcCauseForNativeAlloc || in WaitForGcToCompleteLocked()
3933 RequestConcurrentGC(self, kGcCauseForNativeAlloc, /*force_full=*/true); in CheckGCForNative()
3940 WaitForGcToComplete(kGcCauseForNativeAlloc, self); in CheckGCForNative()
3943 CollectGarbageInternal(NonStickyGcType(), kGcCauseForNativeAlloc, false); in CheckGCForNative()