Home
last modified time | relevance | path

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

/art/test/2040-huge-native-alloc/
Dhuge_native_buf.cc41 return Runtime::Current()->GetHeap()->GetCurrentGcNum(); in Java_Main_getGcNum()
/art/runtime/gc/
Dheap.cc1587 /*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 …]
Dheap-inl.h195 starting_gc_num = GetCurrentGcNum(); in AllocObjectWithAllocator()
Dheap.h879 uint32_t GetCurrentGcNum() { in GetCurrentGcNum() function
/art/runtime/native/
Ddalvik_system_VMRuntime.cc346 heap->GetCurrentGcNum()); in VMRuntime_requestConcurrentGC()
/art/test/common/
Druntime_state.cc595 return heap->GetCurrentGcNum(); in Java_Main_getCurrentGcNum()