Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_thread.h98 static jvmtiError GetAllThreads(jvmtiEnv* env, jint* threads_count_ptr, jthread** threads_ptr);
Dti_thread.cc631 jint* threads_count_ptr, in GetAllThreads() argument
633 if (threads_count_ptr == nullptr || threads_ptr == nullptr) { in GetAllThreads()
659 *threads_count_ptr = 0; in GetAllThreads()
672 *threads_count_ptr = static_cast<jint>(peers.size()); in GetAllThreads()
DOpenjdkJvmTi.cc155 static jvmtiError GetAllThreads(jvmtiEnv* env, jint* threads_count_ptr, jthread** threads_ptr) { in GetAllThreads() argument
157 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()