Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc1568 CollectGarbageInternal(collector::kGcTypeFull, in DoPendingCollectorTransition()
1952 CollectGarbageInternal(tried_type, kGcCauseForAlloc, false, starting_gc_num + 1) in AllocateInternalWithGc()
1981 CollectGarbageInternal(gc_plan_.back(), kGcCauseForAlloc, true, GC_NUM_ANY)); in AllocateInternalWithGc()
2137 CollectGarbageInternal(gc_plan_.back(), cause, clear_soft_references, GC_NUM_ANY); in CollectGarbage()
2430 CollectGarbageInternal(collector::kGcTypeFull, kGcCauseBackground, false, GC_NUM_ANY); in PreZygoteFork()
2699 collector::GcType Heap::CollectGarbageInternal(collector::GcType gc_type, in CollectGarbageInternal() function in art::gc::Heap
3176 CollectGarbageInternal(collector::kGcTypeSticky, in PushOnAllocationStackWithInternalGC()
3199 CollectGarbageInternal(collector::kGcTypeSticky, in PushOnThreadLocalAllocationStackWithInternalGC()
3932 if (CollectGarbageInternal(next_gc_type, cause, false, requested_gc_num) in ConcurrentGC()
3941 CollectGarbageInternal(gc_type, cause, false, requested_gc_num) in ConcurrentGC()
[all …]
Dheap.h1156 collector::GcType CollectGarbageInternal(collector::GcType gc_plan,