Home
last modified time | relevance | path

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

/art/runtime/gc/
Dgc_cause.h38 kGcCauseForNativeAlloc, enumerator
Dgc_cause.cc35 case kGcCauseForNativeAlloc: return "NativeAlloc"; in PrettyCause()
Dheap.cc3578 cause == kGcCauseForNativeAlloc || in WaitForGcToCompleteLocked()
4051 RequestConcurrentGC(self, kGcCauseForNativeAlloc, /*force_full=*/true); in CheckGCForNative()
4058 WaitForGcToComplete(kGcCauseForNativeAlloc, self); in CheckGCForNative()
4061 CollectGarbageInternal(NonStickyGcType(), kGcCauseForNativeAlloc, false); in CheckGCForNative()
/art/runtime/gc/collector/
Dsemi_space.cc196 GetCurrentIteration()->GetGcCause() == kGcCauseForNativeAlloc || in MarkingPhase()