Home
last modified time | relevance | path

Searched defs:thread_count (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Dthread_pool.cc135 const size_t thread_count = GetThreadCount(); in GetTask() local
288 const size_t thread_count = GetThreadCount(); in FindTaskToStealFrom() local
/art/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc140 uint16_t thread_count = 0; in DdmVmInternal_getThreadStats() local
/art/runtime/gc/collector/
Dmark_sweep.cc735 size_t thread_count = GetThreadCount(paused); in ScanGrayObjects() local
859 size_t thread_count = GetThreadCount(false); in RecursiveMark() local
1173 void MarkSweep::ProcessMarkStackParallel(size_t thread_count) { in ProcessMarkStackParallel()
1198 size_t thread_count = GetThreadCount(paused); in ProcessMarkStack() local
/art/dex2oat/
Ddex2oat.cc243 size_t thread_count) in Create()
482 size_t thread_count) in Dex2Oat()
836 int thread_count = sysconf(_SC_NPROCESSORS_CONF); in dex2oat() local
/art/compiler/driver/
Dcompiler_driver.cc333 … bool image, std::set<std::string>* image_classes, size_t thread_count, in CompilerDriver()
1870 size_t thread_count; in InitializeClasses() local