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

/art/runtime/gc/
H A Dheap.cc1347 CollectGarbageInternal(collector::kGcTypeFull,
1690 CollectGarbageInternal(tried_type, kGcCauseForAlloc, false) != collector::kGcTypeNone;
1710 CollectGarbageInternal(gc_type, kGcCauseForAlloc, false) != collector::kGcTypeNone;
1740 CollectGarbageInternal(gc_plan_.back(), kGcCauseForAlloc, true);
2012 CollectGarbageInternal(gc_plan_.back(), kGcCauseExplicit, clear_soft_references);
2423 CollectGarbageInternal(collector::kGcTypeFull, kGcCauseBackground, false);
2635 collector::GcType Heap::CollectGarbageInternal(collector::GcType gc_type, function in class:art::gc::Heap
3082 CollectGarbageInternal(collector::kGcTypeSticky, kGcCauseForAlloc, false);
3102 CollectGarbageInternal(collector::kGcTypeSticky, kGcCauseForAlloc, false);
3752 if (CollectGarbageInternal(next_gc_typ
[all...]

Completed in 14 milliseconds