Searched refs:GetParallelGCThreadCount (Results 1 – 2 of 2) sorted by relevance
615 size_t GetParallelGCThreadCount() const { in GetParallelGCThreadCount() function
803 return (paused ? heap_->GetParallelGCThreadCount() : heap_->GetConcGCThreadCount()) + 1; in GetThreadCount()