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.cc4140 RequestConcurrentGC(self, kGcCauseForNativeAlloc, /*force_full=*/true, starting_gc_num); in CheckGCForNative()
4152 || WaitForGcToComplete(kGcCauseForNativeAlloc, self) != collector::kGcTypeNone) { in CheckGCForNative()
4164 CollectGarbageInternal(NonStickyGcType(), kGcCauseForNativeAlloc, false, starting_gc_num + 1); in CheckGCForNative()