Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/
H A Dheap.h764 size_t GetConcGCThreadCount() const { in GetConcGCThreadCount() function
/aosp12/art/runtime/gc/collector/
H A Dmark_sweep.cc877 return (paused ? heap_->GetParallelGCThreadCount() : heap_->GetConcGCThreadCount()) + 1; in GetThreadCount()