Lines Matching refs:GetCurrentGcNum
1587 /*clear_soft_references=*/false, GetCurrentGcNum() + 1); in DoPendingCollectorTransition()
1979 uint32_t starting_gc_num = GetCurrentGcNum(); in AllocateInternalWithGc()
2800 if (requested_gc_num != GC_NUM_ANY && !GCNumberLt(GetCurrentGcNum(), requested_gc_num)) { in CollectGarbageInternal()
3247 GetCurrentGcNum() + 1); in PushOnAllocationStackWithInternalGC()
3270 GetCurrentGcNum() + 1); in PushOnThreadLocalAllocationStackWithInternalGC()
3953 DCHECK(GCNumberLt(my_gc_num_, heap->GetCurrentGcNum() + 2)); // <= current_gc_num + 1 in Run()
3955 CHECK_IMPLIES(GCNumberLt(heap->GetCurrentGcNum(), my_gc_num_), runtime->IsShuttingDown(self)); in Run()
4000 if (GCNumberLt(GetCurrentGcNum(), requested_gc_num)) { in ConcurrentGC()
4014 if (!GCNumberLt(GetCurrentGcNum(), requested_gc_num)) { in ConcurrentGC()
4218 uint32_t starting_gc_num = GetCurrentGcNum(); in CheckGCForNative()
4235 if (!GCNumberLt(GetCurrentGcNum(), max_gc_requested_.load(std::memory_order_relaxed)) in CheckGCForNative()
4693 if (heap->GetCurrentGcNum() == initial_gc_num_) { in Run()
4714 if (heap->GetCurrentGcNum() == initial_gc_num_ in Run()
4739 uint32_t starting_gc_num = GetCurrentGcNum(); in PostForkChildAction()