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.cc47 Runtime::Current()->GetHeap()->FinishGC(self_, collector::kGcTypeNone); in Exit()
Dheap.cc239 last_gc_type_(collector::kGcTypeNone), in Heap()
1517 FinishGC(self, collector::kGcTypeNone); in TrimSpaces()
1743 if (last_gc != collector::kGcTypeNone) { in AllocateInternalWithGc()
1754 CollectGarbageInternal(tried_type, kGcCauseForAlloc, false) != collector::kGcTypeNone; in AllocateInternalWithGc()
1774 CollectGarbageInternal(gc_type, kGcCauseForAlloc, false) != collector::kGcTypeNone; in AllocateInternalWithGc()
2068 FinishGC(self, collector::kGcTypeNone); in PerformHomogeneousSpaceCompact()
2162 FinishGC(self, collector::kGcTypeNone); in TransitionCollector()
2696 return collector::kGcTypeNone; in CollectGarbageInternal()
2713 return collector::kGcTypeNone; in CollectGarbageInternal()
2726 return collector::kGcTypeNone; in CollectGarbageInternal()
[all …]