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 | 50 jint* thread_count_ptr)
|
D | ti_threadgroup.cc | 219 jint* thread_count_ptr, in GetThreadGroupChildren() argument 273 *thread_count_ptr = static_cast<jint>(thread_peers.size()); in GetThreadGroupChildren()
|
D | OpenjdkJvmTi.cc | 274 jint* thread_count_ptr, in GetThreadGroupChildren() argument 281 thread_count_ptr, in GetThreadGroupChildren() 305 jint* thread_count_ptr) { in GetAllStackTraces() argument 307 return StackUtil::GetAllStackTraces(env, max_frame_count, stack_info_ptr, thread_count_ptr); in GetAllStackTraces()
|
D | ti_stack.cc | 380 jint* thread_count_ptr) { in GetAllStackTraces() argument 384 if (stack_info_ptr == nullptr || thread_count_ptr == nullptr) { in GetAllStackTraces() 510 *thread_count_ptr = static_cast<jint>(data.frames.size()); 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()
|