Searched refs:ExceptionOccurred (Results 51 - 70 of 70) sorted by relevance

123

/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_sessmgmt.c613 pkcs11Exception = (*env)->ExceptionOccurred(env);
/openjdk7/hotspot/agent/src/os/win32/windbg/
H A Dsawindbg.cpp108 #define CHECK_EXCEPTION_(value) if(env->ExceptionOccurred()) { return value; }
109 #define CHECK_EXCEPTION if(env->ExceptionOccurred()) { return;}
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_xembed_server.c618 if ((*env)->ExceptionOccurred(env)) {
640 if ((*env)->ExceptionOccurred(env)) {
H A Dawt_GraphicsEnv.c1457 if ((*env)->ExceptionOccurred(env)) {
/openjdk7/jdk/src/windows/native/java/net/
H A DTwoStacksPlainDatagramSocketImpl.c724 if (!((*env)->ExceptionOccurred(env))) {
1688 if (!(*env)->ExceptionOccurred(env)) {
1760 if ((*env)->ExceptionOccurred(env)) {
H A Dnet_util_md.c148 if ((*env)->ExceptionOccurred(env)) {
/openjdk7/jdk/src/share/back/
H A Dinvoker.c658 exception = JNI_FUNC_PTR(env,ExceptionOccurred)(env);
H A DVirtualMachineImpl.c661 if (JNI_FUNC_PTR(env,ExceptionOccurred)(env)) {
H A DdebugInit.c519 currentException = JNI_FUNC_PTR(env,ExceptionOccurred)(env);
H A DeventHelper.c833 if (JNI_FUNC_PTR(env,ExceptionOccurred)(env)) {
834 EXIT_ERROR(AGENT_ERROR_INVALID_EVENT_TYPE,"ExceptionOccurred");
H A DeventHandler.c560 currentException = JNI_FUNC_PTR(env,ExceptionOccurred)(env);
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCDropTarget.m365 if ((*env)->ExceptionOccurred(env)) {
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_util.c343 return JNI_FUNC_PTR(env,ExceptionOccurred)(env);
471 exception = JNI_FUNC_PTR(env,ExceptionOccurred)(env);
/openjdk7/jdk/src/share/native/common/
H A Djni_util.c172 if (!(*env)->ExceptionOccurred(env)) {
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h248 jthrowable (JNICALL *ExceptionOccurred) member in struct:JNINativeInterface_
824 jthrowable ExceptionOccurred() { function in struct:JNIEnv_
825 return functions->ExceptionOccurred(this);
H A DmethodHandles.cpp1260 if (status != JNI_OK || env->ExceptionOccurred()) {
H A DjniCheck.cpp555 jthrowable result = UNCHECKED()->ExceptionOccurred(env);
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h248 jthrowable (JNICALL *ExceptionOccurred) member in struct:JNINativeInterface_
824 jthrowable ExceptionOccurred() { function in struct:JNIEnv_
825 return functions->ExceptionOccurred(this);
/openjdk7/jdk/src/solaris/native/java/net/
H A DPlainDatagramSocketImpl.c1292 if (!(*env)->ExceptionOccurred(env)) {
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dawt_ImagingLib.c2119 if ((*env)->ExceptionOccurred(env)) {

Completed in 131 milliseconds

123