Home
last modified time | relevance | path

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

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