Searched refs:GetParallelGCThreadCount (Results 1 – 3 of 3) sorted by relevance
780 size_t GetParallelGCThreadCount() const { in GetParallelGCThreadCount() function
877 return (paused ? heap_->GetParallelGCThreadCount() : heap_->GetConcGCThreadCount()) + 1; in GetThreadCount()
481 std::min(heap_->GetParallelGCThreadCount(), kMaxNumUffdWorkers)); in MarkCompact()1017 heap_->CreateThreadPool(std::min(heap_->GetParallelGCThreadCount(), kMaxNumUffdWorkers)); in PrepareForCompaction()