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

/art/runtime/gc/
H A Dheap.cc1257 CollectGarbageInternal(collector::kGcTypeFull,
1605 CollectGarbageInternal(tried_type, kGcCauseForAlloc, false) != collector::kGcTypeNone;
1625 CollectGarbageInternal(gc_type, kGcCauseForAlloc, false) != collector::kGcTypeNone;
1655 CollectGarbageInternal(gc_plan_.back(), kGcCauseForAlloc, true);
1880 CollectGarbageInternal(gc_plan_.back(), cause, clear_soft_references);
2286 CollectGarbageInternal(collector::kGcTypeFull, kGcCauseBackground, false);
2502 collector::GcType Heap::CollectGarbageInternal(collector::GcType gc_type, function in class:art::gc::Heap
2943 CollectGarbageInternal(collector::kGcTypeSticky, kGcCauseForAlloc, false);
2963 CollectGarbageInternal(collector::kGcTypeSticky, kGcCauseForAlloc, false);
3621 if (CollectGarbageInternal(next_gc_typ
[all...]
H A Dheap.h973 // Sometimes CollectGarbageInternal decides to run a different Gc than you requested. Returns
975 collector::GcType CollectGarbageInternal(collector::GcType gc_plan,

Completed in 58 milliseconds