Searched refs:groups (Results 1 – 9 of 9) sorted by relevance
40 jthreadGroup* groups; in Java_art_Test925_getTopThreadGroups() local42 jvmtiError result = jvmti_env->GetTopThreadGroups(&group_count, &groups); in Java_art_Test925_getTopThreadGroups()48 return groups[index]; in Java_art_Test925_getTopThreadGroups()52 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(groups)); in Java_art_Test925_getTopThreadGroups()94 jthreadGroup* groups; in Java_art_Test925_getThreadGroupChildren() local100 &groups); in Java_art_Test925_getThreadGroupChildren()115 return groups[index]; in Java_art_Test925_getThreadGroupChildren()123 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(groups)); in Java_art_Test925_getThreadGroupChildren()
6 # Auth groups who can read log streams.11 # Auth groups who can register and emit new log streams.
71 ThreadGroup[] groups = (ThreadGroup[])data[1]; in checkChildren() local87 Arrays.sort(groups, THREADGROUP_COMP); in checkChildren()90 System.out.println(" " + Arrays.toString(groups)); in checkChildren()
6 * test groups on the chromium buildbot.10 description: "Test fails due to unexpectedly getting the thread-groups of zombie threads",
6 * 'prebuilt-libjdwp-jit' test groups on the chromium buildbot.10 description: "Test fails due to unexpectedly getting the thread-groups of zombie threads",
81 jthreadGroup* groups = reinterpret_cast<jthreadGroup*>(data); in GetTopThreadGroups() local82 *groups = in GetTopThreadGroups()84 *groups_ptr = groups; in GetTopThreadGroups()
10 Assertions are tested in groups which correspond to the individual compiler13 name must exactly match one of the groups recognized in the output (they can
14 http://community.arm.com/groups/android-community/blog/2014/11/26/the-art-of-fuzz-testing
209 uint32_t groups = 1; in VM_TopLevelThreadGroups() local210 expandBufAdd4BE(pReply, groups); in VM_TopLevelThreadGroups()