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

/art/runtime/gc/
H A Dheap.cc1258 CollectGarbageInternal(tried_type, kGcCauseForAlloc, false) != collector::kGcTypeNone;
1277 CollectGarbageInternal(gc_type, kGcCauseForAlloc, false) != collector::kGcTypeNone;
1306 CollectGarbageInternal(gc_plan_.back(), kGcCauseForAlloc, true);
1536 CollectGarbageInternal(gc_plan_.back(), kGcCauseExplicit, clear_soft_references);
1904 CollectGarbageInternal(collector::kGcTypeFull, kGcCauseBackground, false);
2065 collector::GcType Heap::CollectGarbageInternal(collector::GcType gc_type, GcCause gc_cause, function in class:art::gc::Heap
2411 CollectGarbageInternal(collector::kGcTypeSticky, kGcCauseForAlloc, false);
2430 CollectGarbageInternal(collector::kGcTypeSticky, kGcCauseForAlloc, false);
2982 if (CollectGarbageInternal(next_gc_type_, kGcCauseBackground, false) ==
2987 CollectGarbageInternal(gc_typ
[all...]
H A Dheap.h702 // Sometimes CollectGarbageInternal decides to run a different Gc than you requested. Returns
704 collector::GcType CollectGarbageInternal(collector::GcType gc_plan, GcCause gc_cause,

Completed in 38 milliseconds