Searched refs:createAndThrowThrowableFromJVMTIErrorCode (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/instrument/
H A DJavaExceptions.h139 createAndThrowThrowableFromJVMTIErrorCode(JNIEnv * jnienv, jvmtiError errorCode);
H A DJPLISAgent.c1150 createAndThrowThrowableFromJVMTIErrorCode(jnienv, errorCode);
1209 createAndThrowThrowableFromJVMTIErrorCode(jnienv, JVMTI_ERROR_OUT_OF_MEMORY);
1226 createAndThrowThrowableFromJVMTIErrorCode(jnienv,
1287 createAndThrowThrowableFromJVMTIErrorCode(jnienv, errorCode);
1346 createAndThrowThrowableFromJVMTIErrorCode(jnienv, jvmtierror);
1406 createAndThrowThrowableFromJVMTIErrorCode(jnienv, jvmtierror);
1456 createAndThrowThrowableFromJVMTIErrorCode(jnienv, jvmtierror);
1502 createAndThrowThrowableFromJVMTIErrorCode(jnienv, JVMTI_ERROR_OUT_OF_MEMORY);
H A DJavaExceptions.c383 createAndThrowThrowableFromJVMTIErrorCode(JNIEnv * jnienv, jvmtiError errorCode) { function

Completed in 35 milliseconds