HomeSort by relevance Sort by last modified time
    Searched refs:GcType (Results 1 - 8 of 8) sorted by null

  /art/runtime/gc/collector/
gc_type.h 28 enum GcType {
40 std::ostream& operator<<(std::ostream& os, const GcType& policy);
partial_mark_sweep.h 29 virtual GcType GetGcType() const {
sticky_mark_sweep.h 30 GcType GetGcType() const {
garbage_collector.h 46 virtual GcType GetGcType() const = 0;
garbage_collector.cc 119 const GcType gc_type = GetGcType();
mark_sweep.h 76 virtual GcType GetGcType() const {
  /art/runtime/gc/
heap.h 212 collector::GcType WaitForConcurrentGcToComplete(Thread* self) LOCKS_EXCLUDED(gc_complete_lock_);
373 collector::GcType gc_type)
471 collector::GcType CollectGarbageInternal(collector::GcType gc_plan, GcCause gc_cause,
489 void GrowForUtilization(collector::GcType gc_type, uint64_t gc_duration);
575 volatile collector::GcType last_gc_type_ GUARDED_BY(gc_complete_lock_);
576 collector::GcType next_gc_type_;
heap.cc     [all...]

Completed in 71 milliseconds