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.cc728 size_t thread_count = GetThreadCount(paused); in ScanGrayObjects() local
852 size_t thread_count = GetThreadCount(false); in RecursiveMark() local
1166 void MarkSweep::ProcessMarkStackParallel(size_t thread_count) { in ProcessMarkStackParallel()
1191 size_t thread_count = GetThreadCount(paused); in ProcessMarkStack() local
/art/dex2oat/
Ddex2oat.cc252 size_t thread_count) in Create()
514 size_t thread_count) in Dex2Oat()
870 int thread_count = sysconf(_SC_NPROCESSORS_CONF); in dex2oat() local
/art/compiler/driver/
Dcompiler_driver.cc339 std::set<std::string>* compiled_classes, size_t thread_count, in CompilerDriver()
1957 size_t thread_count; in InitializeClasses() local