Lines Matching refs:CollectGarbageInternal
1527 CollectGarbageInternal(tried_type, kGcCauseForAlloc, false) != collector::kGcTypeNone; in AllocateInternalWithGc()
1546 CollectGarbageInternal(gc_type, kGcCauseForAlloc, false) != collector::kGcTypeNone; in AllocateInternalWithGc()
1575 CollectGarbageInternal(gc_plan_.back(), kGcCauseForAlloc, true); in AllocateInternalWithGc()
1805 CollectGarbageInternal(gc_plan_.back(), kGcCauseExplicit, clear_soft_references); in CollectGarbage()
2192 CollectGarbageInternal(collector::kGcTypeFull, kGcCauseBackground, false); in PreZygoteFork()
2370 collector::GcType Heap::CollectGarbageInternal(collector::GcType gc_type, GcCause gc_cause, in CollectGarbageInternal() function in art::gc::Heap
2784 CollectGarbageInternal(collector::kGcTypeSticky, kGcCauseForAlloc, false); in PushOnAllocationStackWithInternalGC()
2803 CollectGarbageInternal(collector::kGcTypeSticky, kGcCauseForAlloc, false); in PushOnThreadLocalAllocationStackWithInternalGC()
3442 if (CollectGarbageInternal(next_gc_type, kGcCauseBackground, false) == in ConcurrentGC()
3447 CollectGarbageInternal(gc_type, kGcCauseBackground, false) != in ConcurrentGC()
3615 CollectGarbageInternal(gc_type, kGcCauseForNativeAlloc, false); in RegisterNativeAllocation()
3627 CollectGarbageInternal(gc_type, kGcCauseForNativeAlloc, false); in RegisterNativeAllocation()