Lines Matching refs:parallel
769 VLOG(heap) << "Parallel scanning cards " << reinterpret_cast<void*>(begin_) << " - "791 // The parallel version with only one thread is faster for card scanning, TODO: fix.947 const bool parallel = kParallelRecursiveMark && thread_count > 1;957 if (parallel) {