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.cc1832 PERFORM_SUSPENDING_OPERATION(WaitForGcToComplete(kGcCauseForAlloc, self)); in AllocateInternalWithGc()
1864 CollectGarbageInternal(tried_type, kGcCauseForAlloc, false, starting_gc_num + 1) in AllocateInternalWithGc()
1892 CollectGarbageInternal(gc_plan_.back(), kGcCauseForAlloc, true, GC_NUM_ANY)); in AllocateInternalWithGc()
2635 if (gc_cause == kGcCauseForAlloc && runtime->HasStatsEnabled()) { in CollectGarbageInternal()
2730 (gc_cause == kGcCauseForAlloc && duration > long_pause_log_threshold_); in LogGC()
3043 kGcCauseForAlloc, in PushOnAllocationStackWithInternalGC()
3066 kGcCauseForAlloc, in PushOnThreadLocalAllocationStackWithInternalGC()
3488 if (cause == kGcCauseForAlloc || in WaitForGcToCompleteLocked()