Searched refs:GcType (Results 1 – 10 of 10) sorted by relevance
28 enum GcType { enum40 std::ostream& operator<<(std::ostream& os, GcType policy);
29 GcType GetGcType() const override { in GetGcType()
68 virtual GcType GetGcType() const = 0;
75 GcType GetGcType() const override { in GetGcType()
228 const GcType gc_type = GetGcType(); in SwapBitmaps()
96 GcType GetGcType() const override { in GetGcType()
466 collector::GcType WaitForGcToComplete(GcCause cause, Thread* self) REQUIRES(!*gc_complete_lock_);978 void FinishGC(Thread* self, collector::GcType gc_type) REQUIRES(!*gc_complete_lock_);1112 collector::GcType WaitForGcToCompleteLocked(GcCause cause, Thread* self)1133 collector::GcType CollectGarbageInternal(collector::GcType gc_plan,1154 collector::GarbageCollector* FindCollectorByGcType(collector::GcType gc_type);1236 collector::GcType NonStickyGcType() const { in NonStickyGcType()1392 volatile collector::GcType last_gc_type_ GUARDED_BY(gc_complete_lock_);1393 collector::GcType next_gc_type_;1514 std::vector<collector::GcType> gc_plan_;
1831 collector::GcType last_gc = in AllocateInternalWithGc()1861 collector::GcType tried_type = next_gc_type_; in AllocateInternalWithGc()2580 collector::GcType Heap::CollectGarbageInternal(collector::GcType gc_type, in CollectGarbageInternal()2756 void Heap::FinishGC(Thread* self, collector::GcType gc_type) { in FinishGC()3449 collector::GcType Heap::WaitForGcToComplete(GcCause cause, Thread* self) { in WaitForGcToComplete()3455 collector::GcType Heap::WaitForGcToCompleteLocked(GcCause cause, Thread* self) { in WaitForGcToCompleteLocked()3457 collector::GcType last_gc_type = collector::kGcTypeNone; in WaitForGcToCompleteLocked()3527 collector::GarbageCollector* Heap::FindCollectorByGcType(collector::GcType gc_type) { in FindCollectorByGcType()3553 collector::GcType gc_type = collector_ran->GetGcType(); in GrowForUtilization()3567 collector::GcType non_sticky_gc_type = NonStickyGcType(); in GrowForUtilization()[all …]