Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_monitor.h58 static jvmtiError GetCurrentContendedMonitor(jvmtiEnv* env, jthread thr, jobject* monitor);
Dti_monitor.cc355 jvmtiError MonitorUtil::GetCurrentContendedMonitor(jvmtiEnv* env ATTRIBUTE_UNUSED, in GetCurrentContendedMonitor() function in openjdkjvmti::MonitorUtil
DOpenjdkJvmTi.cc231 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/
Dmonitors_helper.cc33 JvmtiErrorToException(env, jvmti_env, jvmti_env->GetCurrentContendedMonitor(thr, &out)); in Java_art_Monitors_getCurrentContendedMonitor()
/art/openjdkjvmti/include/
Djvmti.h1051 jvmtiError (JNICALL *GetCurrentContendedMonitor) (jvmtiEnv* env,
1860 jvmtiError GetCurrentContendedMonitor(jthread thread, in GetCurrentContendedMonitor() function
1862 return functions->GetCurrentContendedMonitor(this, thread, monitor_ptr); in GetCurrentContendedMonitor()