Home
last modified time | relevance | path

Searched refs:CollectGarbageInternal (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/
Dheap.cc1481 CollectGarbageInternal(collector::kGcTypeFull, in DoPendingCollectorTransition()
1864 CollectGarbageInternal(tried_type, kGcCauseForAlloc, false, starting_gc_num + 1) in AllocateInternalWithGc()
1892 CollectGarbageInternal(gc_plan_.back(), kGcCauseForAlloc, true, GC_NUM_ANY)); in AllocateInternalWithGc()
2048 CollectGarbageInternal(gc_plan_.back(), cause, clear_soft_references, GC_NUM_ANY); in CollectGarbage()
2315 CollectGarbageInternal(collector::kGcTypeFull, kGcCauseBackground, false, GC_NUM_ANY); in PreZygoteFork()
2580 collector::GcType Heap::CollectGarbageInternal(collector::GcType gc_type, in CollectGarbageInternal() function in art::gc::Heap
3042 CollectGarbageInternal(collector::kGcTypeSticky, in PushOnAllocationStackWithInternalGC()
3065 CollectGarbageInternal(collector::kGcTypeSticky, in PushOnThreadLocalAllocationStackWithInternalGC()
3775 if (CollectGarbageInternal(next_gc_type, cause, false, requested_gc_num) in ConcurrentGC()
3784 CollectGarbageInternal(gc_type, cause, false, requested_gc_num) in ConcurrentGC()
[all …]
Dheap.h1133 collector::GcType CollectGarbageInternal(collector::GcType gc_plan,