Searched refs:gc_type (Results 1 – 4 of 4) sorted by relevance
115 const GcType gc_type = GetGcType(); in SwapBitmaps() local119 (gc_type == kGcTypeFull && in SwapBitmaps()
1733 for (collector::GcType gc_type : gc_plan_) { in AllocateInternalWithGc() local1734 if (gc_type == tried_type) { in AllocateInternalWithGc()1739 CollectGarbageInternal(gc_type, kGcCauseForAlloc, false) != collector::kGcTypeNone; in AllocateInternalWithGc()2607 collector::GcType Heap::CollectGarbageInternal(collector::GcType gc_type, in CollectGarbageInternal() argument2613 switch (gc_type) { in CollectGarbageInternal()2658 DCHECK_LT(gc_type, collector::kGcTypeMax); in CollectGarbageInternal()2659 DCHECK_NE(gc_type, collector::kGcTypeNone); in CollectGarbageInternal()2696 gc_type = collector::kGcTypeFull; // TODO: Not hard code this in. in CollectGarbageInternal()2699 collector = FindCollectorByGcType(gc_type); in CollectGarbageInternal()2712 if ((gc_type == collector::kGcTypeFull) && (runtime->GetJit() != nullptr)) { in CollectGarbageInternal()[all …]
801 void FinishGC(Thread* self, collector::GcType gc_type) REQUIRES(!*gc_complete_lock_);940 collector::GarbageCollector* FindCollectorByGcType(collector::GcType gc_type);
356 gc/collector/gc_type.h \