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

123

/openjdk7/jdk/src/share/back/
H A DArrayReferenceImpl.c217 if (JNI_FUNC_PTR(env,ExceptionOccurred)(env)) {
333 if (JNI_FUNC_PTR(env,ExceptionOccurred)(env)) {
465 if (JNI_FUNC_PTR(env,ExceptionOccurred)(env)) {
577 if (JNI_FUNC_PTR(env,ExceptionOccurred)(env)) {
H A DClassTypeImpl.c111 if (JNI_FUNC_PTR(env,ExceptionOccurred)(env)) {
H A Dutil.c105 if ( JNI_FUNC_PTR(env,ExceptionOccurred)(env) ) {
135 if ( JNI_FUNC_PTR(env,ExceptionOccurred)(env) ) {
166 if ( JNI_FUNC_PTR(env,ExceptionOccurred)(env) ) {
267 if (JNI_FUNC_PTR(env,ExceptionOccurred)(env)) {
278 if (JNI_FUNC_PTR(env,ExceptionOccurred)(env)) {
857 if (JNI_FUNC_PTR(env,ExceptionOccurred)(env)) {
866 if (JNI_FUNC_PTR(env,ExceptionOccurred)(env)) {
877 if (JNI_FUNC_PTR(env,ExceptionOccurred)(env)) {
1553 jobject throwable = JNI_FUNC_PTR(env,ExceptionOccurred)(env);
1644 if (JNI_FUNC_PTR(env,ExceptionOccurred)(en
[all...]
H A DObjectReferenceImpl.c125 if (JNI_FUNC_PTR(env,ExceptionOccurred)(env)) {
/openjdk7/jdk/src/share/native/java/io/
H A Dio_util.c184 if (!(*env)->ExceptionOccurred(env)) {
/openjdk7/jdk/src/share/native/java/net/
H A Dnet_util.h43 { if (!(*env)->ExceptionOccurred(env)) JNU_ThrowByName(env, ex, msg) }
/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Djava_awt_SplashScreen.c123 if ((*env)->ExceptionOccurred(env)) {
/openjdk7/jdk/src/windows/native/sun/security/krb5/
H A DNativeCreds.c878 if ((*env)->ExceptionOccurred(env)) {
884 if ((*env)->ExceptionOccurred(env)) {
890 if ((*env)->ExceptionOccurred(env)) {
897 if ((*env)->ExceptionOccurred(env)) {
988 if ((*env)->ExceptionOccurred(env)) {
1010 if ((*env)->ExceptionOccurred(env)) {
/openjdk7/jdk/src/solaris/native/java/net/
H A DNetworkInterface.c756 if (sock < 0 && (*env)->ExceptionOccurred(env)) {
763 if (ifs == NULL && (*env)->ExceptionOccurred(env)) {
780 if (sock < 0 && (*env)->ExceptionOccurred(env)) {
788 if ((*env)->ExceptionOccurred(env)) {
1107 if ((*env)->ExceptionOccurred(env)) {
1158 if ((*env)->ExceptionOccurred(env)) {
1444 if ((*env)->ExceptionOccurred(env)) {
1753 if ((*env)->ExceptionOccurred(env)) {
1839 if ((*env)->ExceptionOccurred(env)) {
/openjdk7/hotspot/src/share/tools/launcher/
H A Djava.c431 if ((*env)->ExceptionOccurred(env)) {
496 if ((*env)->ExceptionOccurred(env)) {
557 if ((*env)->ExceptionOccurred(env)) {
581 if ((*env)->ExceptionOccurred(env)) {
608 ret = (*env)->ExceptionOccurred(env) == NULL ? 0 : 1;
1347 if (!(*env)->ExceptionOccurred(env)) {
/openjdk7/hotspot/agent/src/os/bsd/
H A DBsdDebuggerLocal.c54 #define CHECK_EXCEPTION_(value) if ((*env)->ExceptionOccurred(env)) { return value; }
55 #define CHECK_EXCEPTION if ((*env)->ExceptionOccurred(env)) { return;}
H A DMacosxDebuggerLocal.m61 #define CHECK_EXCEPTION_(value) if ((*env)->ExceptionOccurred(env)) { return value; }
62 #define CHECK_EXCEPTION if ((*env)->ExceptionOccurred(env)) { return;}
/openjdk7/jdk/src/solaris/native/sun/tools/attach/
H A DSolarisVirtualMachine.c297 if ((*env)->ExceptionOccurred(env)) {
/openjdk7/jdk/src/share/instrument/
H A DJavaExceptions.c332 jthrowable result = (*jnienv)->ExceptionOccurred(jnienv);
/openjdk7/jdk/src/share/native/sun/java2d/
H A DSurfaceData.c121 if (!(*env)->ExceptionOccurred(env) &&
/openjdk7/hotspot/src/share/vm/prims/
H A Dunsafe.cpp891 if (env->ExceptionOccurred())
1630 if (env->ExceptionOccurred()) {
1639 if (env->ExceptionOccurred()) {
1648 if (env->ExceptionOccurred()) {
1654 if (env->ExceptionOccurred()) {
1664 if (env->ExceptionOccurred()) {
1673 if (env->ExceptionOccurred()) {
1681 if (env->ExceptionOccurred()) {
1689 if (env->ExceptionOccurred()) {
1697 if (env->ExceptionOccurred()) {
[all...]
/openjdk7/hotspot/agent/src/os/linux/
H A DLinuxDebuggerLocal.c53 #define CHECK_EXCEPTION_(value) if ((*env)->ExceptionOccurred(env)) { return value; }
54 #define CHECK_EXCEPTION if ((*env)->ExceptionOccurred(env)) { return;}
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCGraphicsDevice.m266 if ((*env)->ExceptionOccurred(env)) {
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dmulti_font.c397 if ((*env)->ExceptionOccurred(env)) {
723 if ((*env)->ExceptionOccurred(env))
H A Dawt_util.c844 if ((*env)->ExceptionOccurred(env)) {
906 DASSERT(!((*env)->ExceptionOccurred(env)));
945 DASSERT(!((*env)->ExceptionOccurred(env)));
H A Dawt_MToolkit.c944 if ((*env)->ExceptionOccurred(env)) {
958 if ((*env)->ExceptionOccurred(env)) {
964 if ((*env)->ExceptionOccurred(env)) {
983 if ((*env)->ExceptionOccurred(env)) {
1146 if ((*env)->ExceptionOccurred(env)) {
1168 if ((*env)->ExceptionOccurred(env)) {
1266 if ((*env)->ExceptionOccurred(env)) {
/openjdk7/jdk/src/share/native/sun/security/jgss/wrapper/
H A DNativeUtil.c613 gssEx = (*env)->ExceptionOccurred(env);
660 (*env)->Throw(env, (*env)->ExceptionOccurred(env));
/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dsaproc.cpp38 #define CHECK_EXCEPTION_(value) if(env->ExceptionOccurred()) { return value; }
39 #define CHECK_EXCEPTION if(env->ExceptionOccurred()) { return;}
806 exception = env->ExceptionOccurred();
821 exception = env->ExceptionOccurred();
/openjdk7/jdk/src/share/bin/
H A Djava.c320 if ((*env)->ExceptionOccurred(env)) { \
330 if ((*env)->ExceptionOccurred(env)) { \
447 ret = (*env)->ExceptionOccurred(env) == NULL ? 0 : 1;
1149 if (!(*env)->ExceptionOccurred(env)) {
/openjdk7/jdk/src/windows/native/sun/tools/attach/
H A DWindowsVirtualMachine.c397 if ((*env)->ExceptionOccurred(env)) return;

Completed in 3350 milliseconds

123