Searched defs:CollectGarbageInternal (Results 1 - 1 of 1) 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...]

Completed in 10 milliseconds