Searched defs:CollectGarbageInternal (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/
H A Dheap.cc1310 CollectGarbageInternal(tried_type, kGcCauseForAlloc, false) != collector::kGcTypeNone;
1329 CollectGarbageInternal(gc_type, kGcCauseForAlloc, false) != collector::kGcTypeNone;
1358 CollectGarbageInternal(gc_plan_.back(), kGcCauseForAlloc, true);
1588 CollectGarbageInternal(gc_plan_.back(), kGcCauseExplicit, clear_soft_references);
1958 CollectGarbageInternal(collector::kGcTypeFull, kGcCauseBackground, false);
2123 collector::GcType Heap::CollectGarbageInternal(collector::GcType gc_type, GcCause gc_cause, function in class:art::gc::Heap
2476 CollectGarbageInternal(collector::kGcTypeSticky, kGcCauseForAlloc, false);
2495 CollectGarbageInternal(collector::kGcTypeSticky, kGcCauseForAlloc, false);
3055 if (CollectGarbageInternal(next_gc_type_, kGcCauseBackground, false) ==
3060 CollectGarbageInternal(gc_typ
[all...]

Completed in 54 milliseconds