Home
last modified time | relevance | path

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

/art/runtime/gc/
Dgc_cause.h33 kGcCauseForAlloc, enumerator
Dgc_cause.cc32 case kGcCauseForAlloc: return "Alloc"; in PrettyCause()
Dheap.cc1972 PERFORM_SUSPENDING_OPERATION(WaitForGcToComplete(kGcCauseForAlloc, self)); in AllocateInternalWithGc()
2020 CollectGarbageInternal(tried_type, kGcCauseForAlloc, false, starting_gc_num + 1) in AllocateInternalWithGc()
2060 CollectGarbageInternal(gc_plan_.back(), kGcCauseForAlloc, true, GC_NUM_ANY)); in AllocateInternalWithGc()
2819 if (gc_cause == kGcCauseForAlloc && runtime->HasStatsEnabled()) { in CollectGarbageInternal()
2922 (gc_cause == kGcCauseForAlloc && duration > long_pause_log_threshold_); in LogGC()
3245 kGcCauseForAlloc, in PushOnAllocationStackWithInternalGC()
3268 kGcCauseForAlloc, in PushOnThreadLocalAllocationStackWithInternalGC()
3690 if (cause == kGcCauseForAlloc || in WaitForGcToCompleteLocked()