Searched refs:RawMonitorEnterNoSuspend (Results 1 – 4 of 4) sorted by relevance
29 using RawMonitorEnterNoSuspend = jvmtiError(*)(jvmtiEnv* env, jrawMonitorID mon); typedef47 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()
46 static jvmtiError RawMonitorEnterNoSuspend(jvmtiEnv* env, jrawMonitorID monitor);
256 jvmtiError MonitorUtil::RawMonitorEnterNoSuspend(jvmtiEnv* env ATTRIBUTE_UNUSED, jrawMonitorID id) { in RawMonitorEnterNoSuspend() function in openjdkjvmti::MonitorUtil
262 reinterpret_cast<jvmtiExtensionFunction>(MonitorUtil::RawMonitorEnterNoSuspend), in GetExtensionFunctions()