Home
last modified time | relevance | path

Searched refs:GetCurrentGcNum (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/runtime/gc/
H A Dheap.cc1839 uint32_t starting_gc_num = GetCurrentGcNum(); in AllocateInternalWithGc()
2616 if (requested_gc_num != GC_NUM_ANY && !GCNumberLt(GetCurrentGcNum(), requested_gc_num)) { in CollectGarbageInternal()
3045 GetCurrentGcNum() + 1); in PushOnAllocationStackWithInternalGC()
3068 GetCurrentGcNum() + 1); in PushOnThreadLocalAllocationStackWithInternalGC()
3717 DCHECK(GCNumberLt(my_gc_num_, heap->GetCurrentGcNum() + 2)); // <= current_gc_num + 1 in Run()
3719 CHECK(!GCNumberLt(heap->GetCurrentGcNum(), my_gc_num_) || runtime->IsShuttingDown(self)); in Run()
3764 if (GCNumberLt(GetCurrentGcNum(), requested_gc_num)) { in ConcurrentGC()
3778 if (!GCNumberLt(GetCurrentGcNum(), requested_gc_num)) { in ConcurrentGC()
3983 uint32_t starting_gc_num = GetCurrentGcNum(); in CheckGCForNative()
4448 heap->RequestConcurrentGC(self, kGcCauseBackground, false, heap->GetCurrentGcNum()); in Run()
H A Dheap-inl.h192 starting_gc_num = GetCurrentGcNum(); in AllocObjectWithAllocator()
H A Dheap.h831 uint32_t GetCurrentGcNum() { in GetCurrentGcNum() function
/aosp12/art/runtime/native/
H A Ddalvik_system_VMRuntime.cc348 heap->GetCurrentGcNum()); in VMRuntime_requestConcurrentGC()