Searched refs:CollectGarbageInternal (Results 1 – 2 of 2) sorted by relevance
/art/runtime/gc/ |
D | heap.cc | 1257 CollectGarbageInternal(collector::kGcTypeFull, in DoPendingCollectorTransition() 1605 CollectGarbageInternal(tried_type, kGcCauseForAlloc, false) != collector::kGcTypeNone; in AllocateInternalWithGc() 1625 CollectGarbageInternal(gc_type, kGcCauseForAlloc, false) != collector::kGcTypeNone; in AllocateInternalWithGc() 1655 CollectGarbageInternal(gc_plan_.back(), kGcCauseForAlloc, true); in AllocateInternalWithGc() 1880 CollectGarbageInternal(gc_plan_.back(), cause, clear_soft_references); in CollectGarbage() 2286 CollectGarbageInternal(collector::kGcTypeFull, kGcCauseBackground, false); in PreZygoteFork() 2502 collector::GcType Heap::CollectGarbageInternal(collector::GcType gc_type, in CollectGarbageInternal() function in art::gc::Heap 2943 CollectGarbageInternal(collector::kGcTypeSticky, kGcCauseForAlloc, false); in PushOnAllocationStackWithInternalGC() 2963 CollectGarbageInternal(collector::kGcTypeSticky, kGcCauseForAlloc, false); in PushOnThreadLocalAllocationStackWithInternalGC() 3621 if (CollectGarbageInternal(next_gc_type, cause, false) == collector::kGcTypeNone) { in ConcurrentGC() [all …]
|
D | heap.h | 975 collector::GcType CollectGarbageInternal(collector::GcType gc_plan,
|