Home
last modified time | relevance | path

Searched refs:groups (Results 1 – 9 of 9) sorted by relevance

/art/test/925-threadgroups/
Dthreadgroups.cc40 jthreadGroup* groups; in Java_art_Test925_getTopThreadGroups() local
42 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() local
100 &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()
/art/tools/luci/config/
Dluci-logdog.cfg6 # Auth groups who can read log streams.
11 # Auth groups who can register and emit new log streams.
/art/test/925-threadgroups/src/art/
DTest925.java71 ThreadGroup[] groups = (ThreadGroup[])data[1]; in checkChildren() local
87 Arrays.sort(groups, THREADGROUP_COMP); in checkChildren()
90 System.out.println(" " + Arrays.toString(groups)); in checkChildren()
/art/tools/
Dexternal_oj_libjdwp_art_failures.txt6 * test groups on the chromium buildbot.
10 description: "Test fails due to unexpectedly getting the thread-groups of zombie threads",
Dprebuilt_libjdwp_art_failures.txt6 * 'prebuilt-libjdwp-jit' test groups on the chromium buildbot.
10 description: "Test fails due to unexpectedly getting the thread-groups of zombie threads",
/art/openjdkjvmti/
Dti_threadgroup.cc81 jthreadGroup* groups = reinterpret_cast<jthreadGroup*>(data); in GetTopThreadGroups() local
82 *groups = in GetTopThreadGroups()
84 *groups_ptr = groups; in GetTopThreadGroups()
/art/tools/checker/
DREADME10 Assertions are tested in groups which correspond to the individual compiler
13 name must exactly match one of the groups recognized in the output (they can
/art/tools/dexfuzz/
DREADME14 http://community.arm.com/groups/android-community/blog/2014/11/26/the-art-of-fuzz-testing
/art/runtime/jdwp/
Djdwp_handler.cc209 uint32_t groups = 1; in VM_TopLevelThreadGroups() local
210 expandBufAdd4BE(pReply, groups); in VM_TopLevelThreadGroups()