Lines Matching refs:CollectGarbageInternal
1719 CollectGarbageInternal(tried_type, kGcCauseForAlloc, false) != collector::kGcTypeNone; in AllocateInternalWithGc()
1739 CollectGarbageInternal(gc_type, kGcCauseForAlloc, false) != collector::kGcTypeNone; in AllocateInternalWithGc()
1769 CollectGarbageInternal(gc_plan_.back(), kGcCauseForAlloc, true); in AllocateInternalWithGc()
2015 CollectGarbageInternal(gc_plan_.back(), kGcCauseExplicit, clear_soft_references); in CollectGarbage()
2428 CollectGarbageInternal(collector::kGcTypeFull, kGcCauseBackground, false); in PreZygoteFork()
2607 collector::GcType Heap::CollectGarbageInternal(collector::GcType gc_type, in CollectGarbageInternal() function in art::gc::Heap
3050 CollectGarbageInternal(collector::kGcTypeSticky, kGcCauseForAlloc, false); in PushOnAllocationStackWithInternalGC()
3069 CollectGarbageInternal(collector::kGcTypeSticky, kGcCauseForAlloc, false); in PushOnThreadLocalAllocationStackWithInternalGC()
3722 if (CollectGarbageInternal(next_gc_type, kGcCauseBackground, false) == in ConcurrentGC()
3727 CollectGarbageInternal(gc_type, kGcCauseBackground, false) != in ConcurrentGC()
3900 CollectGarbageInternal(gc_type, kGcCauseForNativeAlloc, false); in RegisterNativeAllocation()
3912 CollectGarbageInternal(gc_type, kGcCauseForNativeAlloc, false); in RegisterNativeAllocation()