Home
last modified time | relevance | path

Searched refs:background_collector_type (Results 1 – 3 of 3) sorted by relevance

/art/cmdline/
Dcmdline_types.h594 BackgroundGcOption(gc::CollectorType background_collector_type) // NOLINT [runtime/explicit] [5]
595 : background_collector_type_(background_collector_type) {}
/art/runtime/gc/
Dheap.h205 CollectorType background_collector_type,
Dheap.cc262 CollectorType background_collector_type, in Heap() argument
292 background_collector_type_(background_collector_type), in Heap()