Searched refs:group_count_ptr (Results 1 – 4 of 4) sorted by relevance
/art/openjdkjvmti/ |
D | ti_threadgroup.h | 43 jint* group_count_ptr, 54 jint* group_count_ptr,
|
D | ti_threadgroup.cc | 56 jint* group_count_ptr, in GetTopThreadGroups() argument 59 if (group_count_ptr == nullptr || groups_ptr == nullptr) { in GetTopThreadGroups() 85 *group_count_ptr = 1; in GetTopThreadGroups() 221 jint* group_count_ptr, in GetThreadGroupChildren() argument 275 *group_count_ptr = static_cast<jint>(thread_groups.size()); in GetThreadGroupChildren()
|
D | OpenjdkJvmTi.cc | 259 jint* group_count_ptr, in GetTopThreadGroups() argument 262 return ThreadGroupUtil::GetTopThreadGroups(env, group_count_ptr, groups_ptr); in GetTopThreadGroups() 276 jint* group_count_ptr, in GetThreadGroupChildren() argument 283 group_count_ptr, in GetThreadGroupChildren()
|
/art/openjdkjvmti/include/ |
D | jvmti.h | 1064 jint* group_count_ptr, 1077 jint* group_count_ptr, 1882 jvmtiError GetTopThreadGroups(jint* group_count_ptr, in GetTopThreadGroups() 1884 return functions->GetTopThreadGroups(this, group_count_ptr, groups_ptr); in GetTopThreadGroups() 1895 jint* group_count_ptr, in GetThreadGroupChildren() 1897 …s->GetThreadGroupChildren(this, group, thread_count_ptr, threads_ptr, group_count_ptr, groups_ptr); in GetThreadGroupChildren()
|