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