Home
last modified time | relevance | path

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

/art/runtime/gc/
Dgc_cause.h35 kGcCauseForNativeAlloc, enumerator
Dgc_cause.cc31 case kGcCauseForNativeAlloc: return "NativeAlloc"; in PrettyCause()
Dheap.cc3192 if (WaitForGcToComplete(kGcCauseForNativeAlloc, self) != collector::kGcTypeNone) { in RegisterNativeAllocation()
3199 CollectGarbageInternal(gc_type, kGcCauseForNativeAlloc, false); in RegisterNativeAllocation()
3211 CollectGarbageInternal(gc_type, kGcCauseForNativeAlloc, false); in RegisterNativeAllocation()
/art/runtime/gc/collector/
Dsemi_space.cc183 GetCurrentIteration()->GetGcCause() == kGcCauseForNativeAlloc || in MarkingPhase()