Searched refs:starting_gc_num (Results 1 – 2 of 2) sorted by relevance
/art/runtime/gc/ |
D | heap-inl.h | 85 uint32_t starting_gc_num; // o.w. GC number at which we observed need for GC. in AllocObjectWithAllocator() local 195 starting_gc_num = GetCurrentGcNum(); in AllocObjectWithAllocator() 263 RequestConcurrentGCAndSaveObject(self, /*force_full=*/ false, starting_gc_num, &obj); in AllocObjectWithAllocator()
|
D | heap.cc | 1979 uint32_t starting_gc_num = GetCurrentGcNum(); in AllocateInternalWithGc() local 2020 CollectGarbageInternal(tried_type, kGcCauseForAlloc, false, starting_gc_num + 1) in AllocateInternalWithGc() 4218 uint32_t starting_gc_num = GetCurrentGcNum(); in CheckGCForNative() local 4224 RequestConcurrentGC(self, kGcCauseForNativeAlloc, /*force_full=*/true, starting_gc_num); in CheckGCForNative() 4239 CHECK(GCNumberLt(starting_gc_num, max_gc_requested_.load(std::memory_order_relaxed))); in CheckGCForNative() 4248 CollectGarbageInternal(NonStickyGcType(), kGcCauseForNativeAlloc, false, starting_gc_num + 1); in CheckGCForNative() 4739 uint32_t starting_gc_num = GetCurrentGcNum(); in PostForkChildAction() local 4761 self, new ReduceTargetFootprintTask(last_adj_time, first_shrink_size, starting_gc_num)); in PostForkChildAction() 4769 new ReduceTargetFootprintTask(last_adj_time, initial_heap_size_, starting_gc_num)); in PostForkChildAction() 4777 new TriggerPostForkCCGcTask(post_fork_gc_time, starting_gc_num)); in PostForkChildAction()
|