Home
last modified time | relevance | path

Searched refs:RawMonitorNotify (Results 1 – 6 of 6) sorted by relevance

/art/openjdkjvmti/
Dti_monitor.h54 static jvmtiError RawMonitorNotify(jvmtiEnv* env, jrawMonitorID monitor);
Dti_monitor.cc325 jvmtiError MonitorUtil::RawMonitorNotify(jvmtiEnv* env ATTRIBUTE_UNUSED, jrawMonitorID id) { in RawMonitorNotify() function in openjdkjvmti::MonitorUtil
DOpenjdkJvmTi.cc974 static jvmtiError RawMonitorNotify(jvmtiEnv* env, jrawMonitorID monitor) { in RawMonitorNotify() function in openjdkjvmti::JvmtiFunctions
976 return MonitorUtil::RawMonitorNotify(env, monitor); in RawMonitorNotify()
1540 JvmtiFunctions::RawMonitorNotify,
/art/test/923-monitors/
Dmonitors.cc76 jvmtiError result = jvmti_env->RawMonitorNotify(LongToMonitor(l)); in Java_art_Test923_rawMonitorNotify()
/art/test/1919-vminit-thread-start-timing/
Dvminit.cc77 CheckJvmtiError(jvmti, jvmti->RawMonitorNotify(list->events_mutex)); in Test1919AgentThread()
/art/openjdkjvmti/include/
Djvmti.h1199 jvmtiError (JNICALL *RawMonitorNotify) (jvmtiEnv* env,
2376 jvmtiError RawMonitorNotify(jrawMonitorID monitor) { in RawMonitorNotify() function
2377 return functions->RawMonitorNotify(this, monitor); in RawMonitorNotify()