Home
last modified time | relevance | path

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

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