Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_threadgroup.h44 jthreadGroup** groups_ptr);
47 jthreadGroup group,
51 jthreadGroup group,
55 jthreadGroup** groups_ptr);
Dti_threadgroup.cc57 jthreadGroup** groups_ptr) { in GetTopThreadGroups()
76 jvmtiError result = env->Allocate(sizeof(jthreadGroup), &data); in GetTopThreadGroups()
81 jthreadGroup* groups = reinterpret_cast<jthreadGroup*>(data); in GetTopThreadGroups()
91 jthreadGroup group, in GetThreadGroupInfo()
138 : soa.AddLocalReference<jthreadGroup>(parent_group); in GetThreadGroupInfo()
218 jthreadGroup group, in GetThreadGroupChildren()
222 jthreadGroup** groups_ptr) { in GetThreadGroupChildren()
254 JvmtiUniquePtr<jthreadGroup[]> group_uptr; in GetThreadGroupChildren()
257 group_uptr = AllocJvmtiUniquePtr<jthreadGroup[]>(env, thread_groups.size(), &res); in GetThreadGroupChildren()
270 group_uptr[i] = soa.AddLocalReference<jthreadGroup>(thread_groups[i]); in GetThreadGroupChildren()
DOpenjdkJvmTi.cc260 jthreadGroup** groups_ptr) { in GetTopThreadGroups()
266 jthreadGroup group, in GetThreadGroupInfo()
273 jthreadGroup group, in GetThreadGroupChildren()
277 jthreadGroup** groups_ptr) { in GetThreadGroupChildren()
Dti_thread.cc304 : soa.AddLocalReference<jthreadGroup>(group); in GetThreadInfo()
364 : soa.AddLocalReference<jthreadGroup>(group); in GetThreadInfo()
/art/test/925-threadgroups/
Dthreadgroups.cc40 jthreadGroup* groups; in Java_art_Test925_getTopThreadGroups()
58 JNIEnv* env, jclass Main_klass ATTRIBUTE_UNUSED, jthreadGroup group) { in Java_art_Test925_getThreadGroupInfo()
90 JNIEnv* env, jclass Main_klass ATTRIBUTE_UNUSED, jthreadGroup group) { in Java_art_Test925_getThreadGroupChildren()
94 jthreadGroup* groups; in Java_art_Test925_getThreadGroupChildren()
/art/openjdkjvmti/include/
Djvmti.h73 typedef jobject jthreadGroup; typedef
522 jthreadGroup thread_group;
530 jthreadGroup parent;
1065 jthreadGroup** groups_ptr);
1069 jthreadGroup group,
1074 jthreadGroup group,
1078 jthreadGroup** groups_ptr);
1883 jthreadGroup** groups_ptr) { in GetTopThreadGroups()
1887 jvmtiError GetThreadGroupInfo(jthreadGroup group, in GetThreadGroupInfo()
1892 jvmtiError GetThreadGroupChildren(jthreadGroup group, in GetThreadGroupChildren()
[all …]