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.cc32 case kGcCauseForNativeAlloc: return "NativeAlloc"; in PrettyCause()
Dheap.cc3375 cause == kGcCauseForNativeAlloc || in WaitForGcToCompleteLocked()
3819 RequestConcurrentGC(ThreadForEnv(env), kGcCauseForNativeAlloc, /*force_full*/true); in RegisterNativeAllocation()
3821 CollectGarbageInternal(NonStickyGcType(), kGcCauseForNativeAlloc, false); in RegisterNativeAllocation()
/art/runtime/gc/collector/
Dsemi_space.cc195 GetCurrentIteration()->GetGcCause() == kGcCauseForNativeAlloc || in MarkingPhase()