Searched refs:thread_count_ptr (Results 1 – 6 of 6) sorted by relevance
/art/openjdkjvmti/ |
D | ti_threadgroup.h | 52 jint* thread_count_ptr,
|
D | ti_stack.h | 49 jint* thread_count_ptr)
|
D | ti_threadgroup.cc | 217 jint* thread_count_ptr, in GetThreadGroupChildren() argument 271 *thread_count_ptr = static_cast<jint>(thread_peers.size()); in GetThreadGroupChildren()
|
D | ti_stack.cc | 363 jint* thread_count_ptr) { in GetAllStackTraces() argument 367 if (stack_info_ptr == nullptr || thread_count_ptr == nullptr) { in GetAllStackTraces() 493 *thread_count_ptr = static_cast<jint>(data.frames.size()); in GetAllStackTraces()
|
D | OpenjdkJvmTi.cc | 272 jint* thread_count_ptr, in GetThreadGroupChildren() argument 279 thread_count_ptr, in GetThreadGroupChildren() 303 jint* thread_count_ptr) { in GetAllStackTraces() argument 305 return StackUtil::GetAllStackTraces(env, max_frame_count, stack_info_ptr, thread_count_ptr); in GetAllStackTraces()
|
/art/openjdkjvmti/include/ |
D | jvmti.h | 1075 jint* thread_count_ptr, 1517 jint* thread_count_ptr); 1893 jint* thread_count_ptr, in GetThreadGroupChildren() 1897 …return functions->GetThreadGroupChildren(this, group, thread_count_ptr, threads_ptr, group_count_p… in GetThreadGroupChildren() 1910 jint* thread_count_ptr) { in GetAllStackTraces() 1911 return functions->GetAllStackTraces(this, max_frame_count, stack_info_ptr, thread_count_ptr); in GetAllStackTraces()
|