Searched refs:GetCurrentContendedMonitor (Results 1 – 5 of 5) sorted by relevance
/art/openjdkjvmti/ |
D | ti_monitor.h | 58 static jvmtiError GetCurrentContendedMonitor(jvmtiEnv* env, jthread thr, jobject* monitor);
|
D | ti_monitor.cc | 355 jvmtiError MonitorUtil::GetCurrentContendedMonitor(jvmtiEnv* env ATTRIBUTE_UNUSED, in GetCurrentContendedMonitor() function in openjdkjvmti::MonitorUtil
|
D | OpenjdkJvmTi.cc | 231 static jvmtiError GetCurrentContendedMonitor(jvmtiEnv* env, in GetCurrentContendedMonitor() function in openjdkjvmti::JvmtiFunctions 236 return MonitorUtil::GetCurrentContendedMonitor(env, thread, monitor_ptr); in GetCurrentContendedMonitor() 1515 JvmtiFunctions::GetCurrentContendedMonitor,
|
/art/test/ti-agent/ |
D | monitors_helper.cc | 33 JvmtiErrorToException(env, jvmti_env, jvmti_env->GetCurrentContendedMonitor(thr, &out)); in Java_art_Monitors_getCurrentContendedMonitor()
|
/art/openjdkjvmti/include/ |
D | jvmti.h | 1051 jvmtiError (JNICALL *GetCurrentContendedMonitor) (jvmtiEnv* env, 1860 jvmtiError GetCurrentContendedMonitor(jthread thread, in GetCurrentContendedMonitor() function 1862 return functions->GetCurrentContendedMonitor(this, thread, monitor_ptr); in GetCurrentContendedMonitor()
|