Searched refs:kGcCauseForAlloc (Results 1 – 3 of 3) sorted by relevance
/art/runtime/gc/ |
D | gc_cause.h | 31 kGcCauseForAlloc, enumerator
|
D | gc_cause.cc | 32 case kGcCauseForAlloc: return "Alloc"; in PrettyCause()
|
D | heap.cc | 1736 collector::GcType last_gc = WaitForGcToComplete(kGcCauseForAlloc, self); in AllocateInternalWithGc() 1754 CollectGarbageInternal(tried_type, kGcCauseForAlloc, false) != collector::kGcTypeNone; in AllocateInternalWithGc() 1774 CollectGarbageInternal(gc_type, kGcCauseForAlloc, false) != collector::kGcTypeNone; in AllocateInternalWithGc() 1804 CollectGarbageInternal(gc_plan_.back(), kGcCauseForAlloc, true); in AllocateInternalWithGc() 2733 if (gc_cause == kGcCauseForAlloc && runtime->HasStatsEnabled()) { in CollectGarbageInternal() 2827 (gc_cause == kGcCauseForAlloc && duration > long_pause_log_threshold_); in LogGC() 3136 CollectGarbageInternal(collector::kGcTypeSticky, kGcCauseForAlloc, false); in PushOnAllocationStackWithInternalGC() 3156 CollectGarbageInternal(collector::kGcTypeSticky, kGcCauseForAlloc, false); in PushOnThreadLocalAllocationStackWithInternalGC() 3577 if (cause == kGcCauseForAlloc || in WaitForGcToCompleteLocked()
|