Home
last modified time | relevance | path

Searched refs:threads_count_ptr (Results 1 – 4 of 4) sorted by relevance

/art/openjdkjvmti/
Dti_thread.h94 static jvmtiError GetAllThreads(jvmtiEnv* env, jint* threads_count_ptr, jthread** threads_ptr);
Dti_thread.cc628 jint* threads_count_ptr, in GetAllThreads() argument
630 if (threads_count_ptr == nullptr || threads_ptr == nullptr) { in GetAllThreads()
656 *threads_count_ptr = 0; in GetAllThreads()
669 *threads_count_ptr = static_cast<jint>(peers.size()); in GetAllThreads()
DOpenjdkJvmTi.cc153 static jvmtiError GetAllThreads(jvmtiEnv* env, jint* threads_count_ptr, jthread** threads_ptr) { in GetAllThreads() argument
155 return ThreadUtil::GetAllThreads(env, threads_count_ptr, threads_ptr); in GetAllThreads()
/art/openjdkjvmti/include/
Djvmti.h1019 jint* threads_count_ptr,
1809 jvmtiError GetAllThreads(jint* threads_count_ptr, in GetAllThreads()
1811 return functions->GetAllThreads(this, threads_count_ptr, threads_ptr); in GetAllThreads()