Home
last modified time | relevance | path

Searched refs:kGcCauseForAlloc (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/
Dgc_cause.h31 kGcCauseForAlloc, enumerator
Dgc_cause.cc32 case kGcCauseForAlloc: return "Alloc"; in PrettyCause()
Dheap.cc1779 PERFORM_SUSPENDING_OPERATION(WaitForGcToComplete(kGcCauseForAlloc, self)); in AllocateInternalWithGc()
1810 CollectGarbageInternal(tried_type, kGcCauseForAlloc, false) != collector::kGcTypeNone); in AllocateInternalWithGc()
1834 PERFORM_SUSPENDING_OPERATION(CollectGarbageInternal(gc_plan_.back(), kGcCauseForAlloc, true)); in AllocateInternalWithGc()
2618 if (gc_cause == kGcCauseForAlloc && runtime->HasStatsEnabled()) { in CollectGarbageInternal()
2709 (gc_cause == kGcCauseForAlloc && duration > long_pause_log_threshold_); in LogGC()
3018 CollectGarbageInternal(collector::kGcTypeSticky, kGcCauseForAlloc, false); in PushOnAllocationStackWithInternalGC()
3038 CollectGarbageInternal(collector::kGcTypeSticky, kGcCauseForAlloc, false); in PushOnThreadLocalAllocationStackWithInternalGC()
3458 if (cause == kGcCauseForAlloc || in WaitForGcToCompleteLocked()