Home
last modified time | relevance | path

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

/art/test/911-get-stack-trace/
Dstack_trace.cc144 jint thread_count; in Java_art_AllTraces_getAllStackTraces() local
172 jint thread_count = env->GetArrayLength(jthreads); in Java_art_ThreadListTraces_getThreadListStackTraces() local
/art/test/925-threadgroups/
Dthreadgroups.cc91 jint thread_count; in Java_art_Test925_getThreadGroupChildren() local
/art/test/931-agent-thread/
Dagent_thread.cc74 jint thread_count; in AgentMain() local
/art/compiler/jit/
Djit_compiler.cc172 size_t thread_count = compiler_driver_->GetThreadCount(); in JitCompiler() local
/art/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc136 uint16_t thread_count = 0; in DdmVmInternal_getThreadStats() local
/art/runtime/
Dthread_pool.cc179 const size_t thread_count = GetThreadCount(); in GetTask() local
/art/test/924-threads/
Dthreads.cc111 jint thread_count; in Java_art_Test924_getAllThreads() local
/art/test/ti-agent/
Djni_binder.cc197 jint thread_count; in FindClass() local
/art/runtime/gc/collector/
Dmark_sweep.cc858 size_t thread_count = GetThreadCount(paused); in ScanGrayObjects() local
1010 size_t thread_count = GetThreadCount(false); in RecursiveMark() local
1368 void MarkSweep::ProcessMarkStackParallel(size_t thread_count) { in ProcessMarkStackParallel()
1393 size_t thread_count = GetThreadCount(paused); in ProcessMarkStack() local
/art/compiler/driver/
Dcompiler_driver.cc277 size_t thread_count, in CompilerDriver()
1853 size_t thread_count, in ResolveDexFile()
2170 size_t thread_count, in VerifyDexFile()
2234 size_t thread_count, in SetVerifiedDexFile()
2670 size_t thread_count, in CompileDexFile()
/art/runtime/openjdkjvmti/
Dti_stack.cc402 jint thread_count, in GetThreadListStackTraces()
DOpenjdkJvmTi.cc292 jint thread_count, in GetThreadListStackTraces()