Searched refs:IsParallelGCEnabled (Results 1 – 4 of 4) sorted by relevance
98 if (heap_->IsParallelGCEnabled()) { in Sweep()
66 if (heap_->IsParallelGCEnabled()) { in EvacuateSpace()215 if (heap_->IsParallelGCEnabled()) { in UpdateReference()
82 if (postTask && heap_->IsParallelGCEnabled() && heap_->CheckCanDistributeTask() && in PushWorkNodeToGlobal()
278 bool IsParallelGCEnabled() const in IsParallelGCEnabled() function