Home
last modified time | relevance | path

Searched refs:GetAllThreads (Results 1 – 7 of 7) sorted by relevance

/art/runtime/openjdkjvmti/
Dti_thread.h54 static jvmtiError GetAllThreads(jvmtiEnv* env, jint* threads_count_ptr, jthread** threads_ptr);
DOpenjdkJvmTi.cc139 static jvmtiError GetAllThreads(jvmtiEnv* env, jint* threads_count_ptr, jthread** threads_ptr) { in GetAllThreads() function in openjdkjvmti::JvmtiFunctions
141 return ThreadUtil::GetAllThreads(env, threads_count_ptr, threads_ptr); in GetAllThreads()
1750 JvmtiFunctions::GetAllThreads,
Dti_thread.cc447 jvmtiError ThreadUtil::GetAllThreads(jvmtiEnv* env, in GetAllThreads() function in openjdkjvmti::ThreadUtil
/art/test/931-agent-thread/
Dagent_thread.cc76 jvmtiError threads_result = jenv->GetAllThreads(&thread_count, &threads); in AgentMain()
/art/test/924-threads/
Dthreads.cc114 jvmtiError result = jvmti_env->GetAllThreads(&thread_count, &threads); in Java_art_Test924_getAllThreads()
/art/test/ti-agent/
Djni_binder.cc199 CheckJvmtiError(jvmti_env, jvmti_env->GetAllThreads(&thread_count, &threads)); in FindClass()
/art/runtime/openjdkjvmti/include/
Djvmti.h1018 jvmtiError (JNICALL *GetAllThreads) (jvmtiEnv* env,
1809 jvmtiError GetAllThreads(jint* threads_count_ptr, in GetAllThreads() function
1811 return functions->GetAllThreads(this, threads_count_ptr, threads_ptr); in GetAllThreads()