Searched refs:GetCurrentGcNum (Results 1 – 6 of 6) sorted by relevance
41 return Runtime::Current()->GetHeap()->GetCurrentGcNum(); in Java_Main_getGcNum()
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()[all …]
195 starting_gc_num = GetCurrentGcNum(); in AllocObjectWithAllocator()
879 uint32_t GetCurrentGcNum() { in GetCurrentGcNum() function
346 heap->GetCurrentGcNum()); in VMRuntime_requestConcurrentGC()
595 return heap->GetCurrentGcNum(); in Java_Main_getCurrentGcNum()