Home
last modified time | relevance | path

Searched refs:thread_count_ptr (Results 1 – 6 of 6) sorted by relevance

/art/openjdkjvmti/
Dti_threadgroup.h52 jint* thread_count_ptr,
Dti_stack.h50 jint* thread_count_ptr)
Dti_threadgroup.cc219 jint* thread_count_ptr, in GetThreadGroupChildren() argument
273 *thread_count_ptr = static_cast<jint>(thread_peers.size()); in GetThreadGroupChildren()
DOpenjdkJvmTi.cc274 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()
Dti_stack.cc380 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/
Djvmti.h1075 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()