Home
last modified time | relevance | path

Searched refs:RawMonitorEnterNoSuspend (Results 1 – 4 of 4) sorted by relevance

/art/test/1951-monitor-enter-no-suspend/
Draw_monitor.cc29 using RawMonitorEnterNoSuspend = jvmtiError(*)(jvmtiEnv* env, jrawMonitorID mon); typedef
47 RawMonitorEnterNoSuspend GetNoSuspendFunction(JNIEnv* env) { in GetNoSuspendFunction()
54 RawMonitorEnterNoSuspend result = nullptr; in GetNoSuspendFunction()
58 result = reinterpret_cast<RawMonitorEnterNoSuspend>(cur_info->func); in GetNoSuspendFunction()
78 RawMonitorEnterNoSuspend enter_func = GetNoSuspendFunction(env); in Java_art_Test1951_otherThreadStart()
/art/openjdkjvmti/
Dti_monitor.h46 static jvmtiError RawMonitorEnterNoSuspend(jvmtiEnv* env, jrawMonitorID monitor);
Dti_monitor.cc256 jvmtiError MonitorUtil::RawMonitorEnterNoSuspend(jvmtiEnv* env ATTRIBUTE_UNUSED, jrawMonitorID id) { in RawMonitorEnterNoSuspend() function in openjdkjvmti::MonitorUtil
Dti_extension.cc262 reinterpret_cast<jvmtiExtensionFunction>(MonitorUtil::RawMonitorEnterNoSuspend), in GetExtensionFunctions()