Searched refs:RawMonitorEnter (Results 1 – 2 of 2) sorted by relevance
1186 jvmtiError (JNICALL *RawMonitorEnter) (jvmtiEnv* env,2363 jvmtiError RawMonitorEnter(jrawMonitorID monitor) { in RawMonitorEnter() function2364 return functions->RawMonitorEnter(this, monitor); in RawMonitorEnter()
1071 error = FUNC_PTR(gdata->jvmti,RawMonitorEnter) in debugMonitorEnter()