Searched refs:kGcCauseForAlloc (Results 1 – 3 of 3) sorted by relevance
/art/runtime/gc/ |
D | gc_cause.h | 33 kGcCauseForAlloc, enumerator
|
D | gc_cause.cc | 32 case kGcCauseForAlloc: return "Alloc"; in PrettyCause()
|
D | heap.cc | 1972 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()
|