Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h798 return conc_gc_threads_; in GetConcGCThreadCount()
1391 const size_t conc_gc_threads_; variable
Dheap.cc326 conc_gc_threads_(conc_gc_threads), in Heap()
1137 num_threads = std::max(parallel_gc_threads_, conc_gc_threads_); in CreateThreadPool()