Home
last modified time | relevance | path

Searched refs:parallel (Results 1 – 3 of 3) sorted by relevance

/art/test/125-gc-and-classloading/
Dinfo.txt1 Tests class loading and GC running in parallel.
/art/test/439-swap-double/
Dinfo.txt1 Test for the optimizing compiler's parallel swap support in
/art/runtime/gc/collector/
Dmark_sweep.cc1012 const bool parallel = kParallelRecursiveMark && thread_count > 1; in RecursiveMark() local
1021 if (parallel) { in RecursiveMark()