Home
last modified time | relevance | path

Searched refs:starting_gc_num (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/
Dheap-inl.h85 uint32_t starting_gc_num; // o.w. GC number at which we observed need for GC. in AllocObjectWithAllocator() local
192 starting_gc_num = GetCurrentGcNum(); in AllocObjectWithAllocator()
262 RequestConcurrentGCAndSaveObject(self, /*force_full=*/ false, starting_gc_num, &obj); in AllocObjectWithAllocator()
Dheap.cc1839 uint32_t starting_gc_num = GetCurrentGcNum(); in AllocateInternalWithGc() local
1864 CollectGarbageInternal(tried_type, kGcCauseForAlloc, false, starting_gc_num + 1) in AllocateInternalWithGc()
3983 uint32_t starting_gc_num = GetCurrentGcNum(); in CheckGCForNative() local
3989 RequestConcurrentGC(self, kGcCauseForNativeAlloc, /*force_full=*/true, starting_gc_num); in CheckGCForNative()
3998 || GCNumberLt(starting_gc_num, max_gc_requested_.load(std::memory_order_relaxed))); in CheckGCForNative()
4003 CollectGarbageInternal(NonStickyGcType(), kGcCauseForNativeAlloc, false, starting_gc_num + 1); in CheckGCForNative()