Home
last modified time | relevance | path

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

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