Searched refs:gc_type (Results 1 – 4 of 4) sorted by relevance
118 const GcType gc_type = GetGcType(); in SwapBitmaps() local122 (gc_type == kGcTypeFull && in SwapBitmaps()
1540 for (collector::GcType gc_type : gc_plan_) { in AllocateInternalWithGc() local1541 if (gc_type == tried_type) { in AllocateInternalWithGc()1546 CollectGarbageInternal(gc_type, kGcCauseForAlloc, false) != collector::kGcTypeNone; in AllocateInternalWithGc()2370 collector::GcType Heap::CollectGarbageInternal(collector::GcType gc_type, GcCause gc_cause, in CollectGarbageInternal() argument2375 switch (gc_type) { in CollectGarbageInternal()2417 DCHECK_LT(gc_type, collector::kGcTypeMax); in CollectGarbageInternal()2418 DCHECK_NE(gc_type, collector::kGcTypeNone); in CollectGarbageInternal()2451 gc_type = collector::kGcTypeFull; // TODO: Not hard code this in. in CollectGarbageInternal()2454 collector = FindCollectorByGcType(gc_type); in CollectGarbageInternal()2467 << static_cast<size_t>(collector_type_) << " and gc_type=" << gc_type; in CollectGarbageInternal()[all …]
701 void FinishGC(Thread* self, collector::GcType gc_type) LOCKS_EXCLUDED(gc_complete_lock_);824 collector::GarbageCollector* FindCollectorByGcType(collector::GcType gc_type);
314 gc/collector/gc_type.h \