Home
last modified time | relevance | path

Searched refs:kGcTypeNone (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/collector/
Dgc_type.h30 kGcTypeNone, enumerator
/art/runtime/gc/
Dscoped_gc_critical_section.cc36 Runtime::Current()->GetHeap()->FinishGC(self_, collector::kGcTypeNone); in ~ScopedGCCriticalSection()
Dheap.cc179 last_gc_type_(collector::kGcTypeNone), in Heap()
1474 FinishGC(self, collector::kGcTypeNone); in TrimSpaces()
1708 if (last_gc != collector::kGcTypeNone) { in AllocateInternalWithGc()
1719 CollectGarbageInternal(tried_type, kGcCauseForAlloc, false) != collector::kGcTypeNone; in AllocateInternalWithGc()
1739 CollectGarbageInternal(gc_type, kGcCauseForAlloc, false) != collector::kGcTypeNone; in AllocateInternalWithGc()
2051 FinishGC(self, collector::kGcTypeNone); in PerformHomogeneousSpaceCompact()
2136 FinishGC(self, collector::kGcTypeNone); in TransitionCollector()
2616 return collector::kGcTypeNone; in CollectGarbageInternal()
2630 return collector::kGcTypeNone; in CollectGarbageInternal()
2643 return collector::kGcTypeNone; in CollectGarbageInternal()
[all …]