Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dgc_type.h30 kGcTypeNone, enumerator
/art/runtime/gc/
Dheap.cc151 last_gc_type_(collector::kGcTypeNone), in Heap()
1276 FinishGC(self, collector::kGcTypeNone); in TrimSpaces()
1511 if (last_gc != collector::kGcTypeNone) { in AllocateInternalWithGc()
1527 CollectGarbageInternal(tried_type, kGcCauseForAlloc, false) != collector::kGcTypeNone; in AllocateInternalWithGc()
1546 CollectGarbageInternal(gc_type, kGcCauseForAlloc, false) != collector::kGcTypeNone; in AllocateInternalWithGc()
1834 FinishGC(self, collector::kGcTypeNone); in PerformHomogeneousSpaceCompact()
1916 FinishGC(self, collector::kGcTypeNone); in TransitionCollector()
2378 return collector::kGcTypeNone; in CollectGarbageInternal()
2392 return collector::kGcTypeNone; in CollectGarbageInternal()
2405 return collector::kGcTypeNone; in CollectGarbageInternal()
[all …]