HomeSort by relevance Sort by last modified time
    Searched refs:GetConcGCThreadCount (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/
heap.h 618 size_t GetConcGCThreadCount() const {
    [all...]
  /art/runtime/gc/collector/
mark_sweep.cc 803 return (paused ? heap_->GetParallelGCThreadCount() : heap_->GetConcGCThreadCount()) + 1;
    [all...]

Completed in 147 milliseconds