Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dgarbage_collector.h68 virtual CollectorType GetCollectorType() const = 0;
Dmark_compact.h76 virtual CollectorType GetCollectorType() const OVERRIDE { in GetCollectorType() function
Dsemi_space.h78 virtual CollectorType GetCollectorType() const OVERRIDE { in GetCollectorType() function
Dmark_sweep.h79 virtual CollectorType GetCollectorType() const OVERRIDE { in GetCollectorType() function
Dconcurrent_copying.h92 virtual CollectorType GetCollectorType() const OVERRIDE { in GetCollectorType() function
/art/runtime/gc/
Dheap.cc3416 if (collector->GetCollectorType() == collector_type_ && in FindCollectorByGcType()