Home
last modified time | relevance | path

Searched refs:GetCollectorType (Results 1 – 6 of 6) sorted by relevance

/art/runtime/gc/collector/
Dgarbage_collector.h143 virtual CollectorType GetCollectorType() const = 0;
Dsemi_space.h79 virtual CollectorType GetCollectorType() const OVERRIDE { in GetCollectorType() function
Dmark_compact.h77 virtual CollectorType GetCollectorType() const OVERRIDE { in GetCollectorType() function
Dconcurrent_copying.h77 virtual CollectorType GetCollectorType() const OVERRIDE { in GetCollectorType() function
Dmark_sweep.h80 virtual CollectorType GetCollectorType() const OVERRIDE { in GetCollectorType() function
/art/runtime/gc/
Dheap.cc3533 if (collector->GetCollectorType() == collector_type_ && in FindCollectorByGcType()