Home
last modified time | relevance | path

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

/art/compiler/jit/
Djit_compiler.cc173 size_t thread_count = compiler_driver_->GetThreadCount(); in JitCompiler() local
/art/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc137 uint16_t thread_count = 0; in DdmVmInternal_getThreadStats() local
/art/runtime/
Dthread_pool.cc168 const size_t thread_count = GetThreadCount(); in GetTask() local
/art/runtime/gc/collector/
Dmark_sweep.cc859 size_t thread_count = GetThreadCount(paused); in ScanGrayObjects() local
1011 size_t thread_count = GetThreadCount(false); in RecursiveMark() local
1369 void MarkSweep::ProcessMarkStackParallel(size_t thread_count) { in ProcessMarkStackParallel()
1394 size_t thread_count = GetThreadCount(paused); in ProcessMarkStack() local
/art/compiler/driver/
Dcompiler_driver.cc368 size_t thread_count, in CompilerDriver()
2181 size_t thread_count, in ResolveDexFile()
2315 size_t thread_count, in VerifyDexFile()
2379 size_t thread_count, in SetVerifiedDexFile()
2708 size_t thread_count, in CompileDexFile()