Searched refs:threads_count_ptr (Results 1 – 4 of 4) sorted by relevance
/art/openjdkjvmti/ |
D | ti_thread.h | 94 static jvmtiError GetAllThreads(jvmtiEnv* env, jint* threads_count_ptr, jthread** threads_ptr);
|
D | ti_thread.cc | 628 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()
|
D | OpenjdkJvmTi.cc | 153 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/ |
D | jvmti.h | 1019 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()
|