Home
last modified time | relevance | path

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

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