Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/gc/
H A Dheap.h796 return parallel_gc_threads_; in GetParallelGCThreadCount()
1390 const size_t parallel_gc_threads_; variable
H A Dheap.cc323 parallel_gc_threads_(parallel_gc_threads), in Heap()
1137 num_threads = std::max(parallel_gc_threads_, conc_gc_threads_); in CreateThreadPool()