Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc1405 CollectGarbageInternal(collector::kGcTypeFull, in DoPendingCollectorTransition()
1754 CollectGarbageInternal(tried_type, kGcCauseForAlloc, false) != collector::kGcTypeNone; in AllocateInternalWithGc()
1774 CollectGarbageInternal(gc_type, kGcCauseForAlloc, false) != collector::kGcTypeNone; in AllocateInternalWithGc()
1804 CollectGarbageInternal(gc_plan_.back(), kGcCauseForAlloc, true); in AllocateInternalWithGc()
2029 CollectGarbageInternal(gc_plan_.back(), cause, clear_soft_references); in CollectGarbage()
2440 CollectGarbageInternal(collector::kGcTypeFull, kGcCauseBackground, false); in PreZygoteFork()
2687 collector::GcType Heap::CollectGarbageInternal(collector::GcType gc_type, in CollectGarbageInternal() function in art::gc::Heap
3136 CollectGarbageInternal(collector::kGcTypeSticky, kGcCauseForAlloc, false); in PushOnAllocationStackWithInternalGC()
3156 CollectGarbageInternal(collector::kGcTypeSticky, kGcCauseForAlloc, false); in PushOnThreadLocalAllocationStackWithInternalGC()
3835 if (CollectGarbageInternal(next_gc_type, cause, false) == collector::kGcTypeNone) { in ConcurrentGC()
[all …]
Dheap.h1063 collector::GcType CollectGarbageInternal(collector::GcType gc_plan,