Home
last modified time | relevance | path

Searched refs:GcType (Results 1 – 10 of 10) sorted by relevance

/art/runtime/gc/collector/
Dgc_type.h28 enum GcType { enum
40 std::ostream& operator<<(std::ostream& os, GcType policy);
Dpartial_mark_sweep.h29 GcType GetGcType() const override { in GetGcType()
Dsticky_mark_sweep.h29 GcType GetGcType() const override { in GetGcType()
Dgarbage_collector.h68 virtual GcType GetGcType() const = 0;
Dsemi_space.h75 GcType GetGcType() const override { in GetGcType()
Dmark_sweep.h75 GcType GetGcType() const override { in GetGcType()
Dgarbage_collector.cc228 const GcType gc_type = GetGcType(); in SwapBitmaps()
Dconcurrent_copying.h96 GcType GetGcType() const override { in GetGcType()
/art/runtime/gc/
Dheap.h466 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_;
Dheap.cc1831 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 …]