Home
last modified time | relevance | path

Searched refs:is_concurrent_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/collector/
Dmark_sweep.h72 return is_concurrent_; in IsConcurrent()
80 return is_concurrent_ ? kCollectorTypeCMS : kCollectorTypeMS; in GetCollectorType()
348 const bool is_concurrent_; variable
Dmark_sweep.cc103 is_concurrent_(is_concurrent), in MarkSweep()