Home
last modified time | relevance | path

Searched refs:JNI_ENV_ARG (Results 701 – 705 of 705) sorted by relevance

1...<<212223242526272829

/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/serviceability/jvmti/StartPhase/AllowedFunctions/
H A DlibAllowedFunctions.c34 #ifndef JNI_ENV_ARG
37 #define JNI_ENV_ARG(x, y) y macro
40 #define JNI_ENV_ARG(x,y) x, y
378 res = JNI_ENV_PTR(jvm)->GetEnv(JNI_ENV_ARG(jvm, (void **) &jvmti), JVMTI_VERSION_9); in Agent_Initialize()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/serviceability/jvmti/HeapMonitor/
H A DlibHeapMonitorTest.c34 #ifndef JNI_ENV_ARG
37 #define JNI_ENV_ARG(x, y) y macro
40 #define JNI_ENV_ARG(x,y) x, y
581 jclass exc_class = JNI_ENV_PTR(env)->FindClass(JNI_ENV_ARG(env, EXC_CNAME)); in throw_exception()
588 return JNI_ENV_PTR(env)->ThrowNew(JNI_ENV_ARG(env, exc_class), msg); in throw_exception()
784 res = JNI_ENV_PTR(jvm)->GetEnv(JNI_ENV_ARG(jvm, (void **) &jvmti), in Agent_Initialize()
792 res = JNI_ENV_PTR(jvm)->GetEnv(JNI_ENV_ARG(jvm, (void **) &second_jvmti), in Agent_Initialize()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/serviceability/jvmti/HeapMonitor/
H A DlibHeapMonitorTest.c34 #ifndef JNI_ENV_ARG
37 #define JNI_ENV_ARG(x, y) y macro
40 #define JNI_ENV_ARG(x,y) x, y
581 jclass exc_class = JNI_ENV_PTR(env)->FindClass(JNI_ENV_ARG(env, EXC_CNAME)); in throw_exception()
588 return JNI_ENV_PTR(env)->ThrowNew(JNI_ENV_ARG(env, exc_class), msg); in throw_exception()
784 res = JNI_ENV_PTR(jvm)->GetEnv(JNI_ENV_ARG(jvm, (void **) &jvmti), in Agent_Initialize()
792 res = JNI_ENV_PTR(jvm)->GetEnv(JNI_ENV_ARG(jvm, (void **) &second_jvmti), in Agent_Initialize()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/timers/JvmtiTest/
H A DJvmtiTest.c46 #ifndef JNI_ENV_ARG
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/timers/JvmtiTest/
H A DJvmtiTest.c46 #ifndef JNI_ENV_ARG

1...<<212223242526272829