Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc1417 CollectGarbageInternal(collector::kGcTypeFull, in DoPendingCollectorTransition()
1786 CollectGarbageInternal(tried_type, kGcCauseForAlloc, false) != collector::kGcTypeNone); in AllocateInternalWithGc()
1807 CollectGarbageInternal(gc_type, kGcCauseForAlloc, false) != collector::kGcTypeNone); in AllocateInternalWithGc()
1837 PERFORM_SUSPENDING_OPERATION(CollectGarbageInternal(gc_plan_.back(), kGcCauseForAlloc, true)); in AllocateInternalWithGc()
2050 CollectGarbageInternal(gc_plan_.back(), cause, clear_soft_references); in CollectGarbage()
2316 CollectGarbageInternal(collector::kGcTypeFull, kGcCauseBackground, false); in PreZygoteFork()
2573 collector::GcType Heap::CollectGarbageInternal(collector::GcType gc_type, in CollectGarbageInternal() function in art::gc::Heap
3016 CollectGarbageInternal(collector::kGcTypeSticky, kGcCauseForAlloc, false); in PushOnAllocationStackWithInternalGC()
3036 CollectGarbageInternal(collector::kGcTypeSticky, kGcCauseForAlloc, false); in PushOnThreadLocalAllocationStackWithInternalGC()
3723 if (CollectGarbageInternal(next_gc_type, cause, false) == collector::kGcTypeNone) { in ConcurrentGC()
[all …]
Dheap.h1090 collector::GcType CollectGarbageInternal(collector::GcType gc_plan,