Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_stack.h78 static jvmtiError GetOwnedMonitorInfo(jvmtiEnv* env,
DOpenjdkJvmTi.cc195 static jvmtiError GetOwnedMonitorInfo(jvmtiEnv* env, in GetOwnedMonitorInfo() function in openjdkjvmti::JvmtiFunctions
201 return StackUtil::GetOwnedMonitorInfo(env, in GetOwnedMonitorInfo()
1589 JvmtiFunctions::GetOwnedMonitorInfo, // 10
Dti_stack.cc983 jvmtiError StackUtil::GetOwnedMonitorInfo(jvmtiEnv* env, in GetOwnedMonitorInfo() function in openjdkjvmti::StackUtil
/art/test/1922-owned-monitors-info/
Downed_monitors.cc122 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->GetOwnedMonitorInfo(thread, &len, &arr))) { in Java_art_Test1922_getOwnedMonitors()
/art/openjdkjvmti/include/
Djvmti.h1045 jvmtiError (JNICALL *GetOwnedMonitorInfo) (jvmtiEnv* env,
1848 jvmtiError GetOwnedMonitorInfo(jthread thread, in GetOwnedMonitorInfo() function
1851 … return functions->GetOwnedMonitorInfo(this, thread, owned_monitor_count_ptr, owned_monitors_ptr); in GetOwnedMonitorInfo()