Home
last modified time | relevance | path

Searched refs:GetTopThreadGroups (Results 1 – 5 of 5) sorted by relevance

/art/runtime/openjdkjvmti/
Dti_threadgroup.h42 static jvmtiError GetTopThreadGroups(jvmtiEnv* env,
Dti_threadgroup.cc55 jvmtiError ThreadGroupUtil::GetTopThreadGroups(jvmtiEnv* env, in GetTopThreadGroups() function in openjdkjvmti::ThreadGroupUtil
DOpenjdkJvmTi.cc239 static jvmtiError GetTopThreadGroups(jvmtiEnv* env, in GetTopThreadGroups() function in openjdkjvmti::JvmtiFunctions
243 return ThreadGroupUtil::GetTopThreadGroups(env, group_count_ptr, groups_ptr); in GetTopThreadGroups()
1759 JvmtiFunctions::GetTopThreadGroups,
/art/test/925-threadgroups/
Dthreadgroups.cc42 jvmtiError result = jvmti_env->GetTopThreadGroups(&group_count, &groups); in Java_art_Test925_getTopThreadGroups()
/art/runtime/openjdkjvmti/include/
Djvmti.h1063 jvmtiError (JNICALL *GetTopThreadGroups) (jvmtiEnv* env,
1882 jvmtiError GetTopThreadGroups(jint* group_count_ptr, in GetTopThreadGroups() function
1884 return functions->GetTopThreadGroups(this, group_count_ptr, groups_ptr); in GetTopThreadGroups()