Searched refs:gc_type (Results 1 – 4 of 4) sorted by relevance
1801 for (collector::GcType gc_type : gc_plan_) { in AllocateInternalWithGc() local1802 if (gc_type == tried_type) { in AllocateInternalWithGc()1807 CollectGarbageInternal(gc_type, kGcCauseForAlloc, false) != collector::kGcTypeNone); in AllocateInternalWithGc()2573 collector::GcType Heap::CollectGarbageInternal(collector::GcType gc_type, in CollectGarbageInternal() argument2579 switch (gc_type) { in CollectGarbageInternal()2622 DCHECK_LT(gc_type, collector::kGcTypeMax); in CollectGarbageInternal()2623 DCHECK_NE(gc_type, collector::kGcTypeNone); in CollectGarbageInternal()2643 active_concurrent_copying_collector_ = (gc_type == collector::kGcTypeSticky) ? in CollectGarbageInternal()2660 gc_type = collector::kGcTypeFull; // TODO: Not hard code this in. in CollectGarbageInternal()2663 collector = FindCollectorByGcType(gc_type); in CollectGarbageInternal()[all …]
941 void FinishGC(Thread* self, collector::GcType gc_type) REQUIRES(!*gc_complete_lock_);1110 collector::GarbageCollector* FindCollectorByGcType(collector::GcType gc_type);
192 const GcType gc_type = GetGcType(); in SwapBitmaps() local196 (gc_type == kGcTypeFull && in SwapBitmaps()
488 "gc/collector/gc_type.h",