Searched refs:CollectGarbageInternal (Results 1 – 2 of 2) sorted by relevance
/art/runtime/gc/ |
D | heap.cc | 1425 CollectGarbageInternal(collector::kGcTypeFull, in DoPendingCollectorTransition() 1810 CollectGarbageInternal(tried_type, kGcCauseForAlloc, false) != collector::kGcTypeNone); in AllocateInternalWithGc() 1834 PERFORM_SUSPENDING_OPERATION(CollectGarbageInternal(gc_plan_.back(), kGcCauseForAlloc, true)); in AllocateInternalWithGc() 2051 CollectGarbageInternal(gc_plan_.back(), cause, clear_soft_references); in CollectGarbage() 2318 CollectGarbageInternal(collector::kGcTypeFull, kGcCauseBackground, false); in PreZygoteFork() 2575 collector::GcType Heap::CollectGarbageInternal(collector::GcType gc_type, in CollectGarbageInternal() function in art::gc::Heap 3018 CollectGarbageInternal(collector::kGcTypeSticky, kGcCauseForAlloc, false); in PushOnAllocationStackWithInternalGC() 3038 CollectGarbageInternal(collector::kGcTypeSticky, kGcCauseForAlloc, false); in PushOnThreadLocalAllocationStackWithInternalGC() 3725 if (CollectGarbageInternal(next_gc_type, cause, false) == collector::kGcTypeNone) { in ConcurrentGC() 3729 CollectGarbageInternal(gc_type, cause, false) != collector::kGcTypeNone) { in ConcurrentGC() [all …]
|
D | heap.h | 1093 collector::GcType CollectGarbageInternal(collector::GcType gc_plan,
|