Searched refs:jthrowable (Results 1 - 24 of 24) sorted by relevance

/openjdk7/jdk/src/share/instrument/
H A DJavaExceptions.h55 typedef jthrowable (*CheckedExceptionMapper)
57 jthrowable throwableToMap);
60 extern jthrowable
62 jthrowable throwableToMap);
72 extern jthrowable
78 extern jthrowable
82 extern jthrowable
88 jthrowable exception);
93 jthrowable exception);
119 jthrowable exceptio
[all...]
H A DJavaExceptions.c42 static jthrowable sFallbackInternalError = NULL;
51 jthrowable
52 forceFallback(jthrowable potentialException);
55 jthrowable
56 forceFallback(jthrowable potentialException) {
80 jthrowable
82 jthrowable throwableToMap) {
83 jthrowable mappedThrowable = NULL;
122 jthrowable
126 jthrowable exceptio
[all...]
H A DInvocationAdapter.c463 jthrowable outstandingException = preserveThrowable(jnienv);
492 jthrowable outstandingException = preserveThrowable(jnienv);
H A DJPLISAgent.c162 jthrowable
164 jthrowable throwableToMap);
908 jthrowable
910 jthrowable throwableToMap) {
911 jthrowable mappedThrowable = NULL;
/openjdk7/jdk/src/macosx/native/jobjc/src/runtime-additions/native/
H A DNativeThread.m34 @public jthrowable exception;
37 @property jthrowable exception;
75 jthrowable exception = ncallable.exception;
/openjdk7/jdk/src/share/native/java/io/
H A DObjectStreamClass.c67 jthrowable th = (*env)->ExceptionOccurred(env);
89 jthrowable th = (*env)->ExceptionOccurred(env);
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_new.cpp162 jthrowable
164 jthrowable xcp = env->ExceptionOccurred();
H A Dalloc.h98 jthrowable safe_ExceptionOccurred(JNIEnv *env) throw (std::bad_alloc);
H A Dawt_Object.cpp133 jthrowable exc = safe_ExceptionOccurred(env);
168 jthrowable exc = safe_ExceptionOccurred(env);
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_mutex.c185 jthrowable pkcs11Exception;
280 jthrowable pkcs11Exception;
374 jthrowable pkcs11Exception;
464 jthrowable pkcs11Exception;
H A Dp11_sessmgmt.c569 jthrowable pkcs11Exception;
H A Dp11_util.c196 jthrowable jPKCS11Exception;
205 jPKCS11Exception = (jthrowable) (*env)->NewObject(env, jPKCS11ExceptionClass, jConstructor, jErrorCode);
/openjdk7/jdk/src/share/native/sun/security/jgss/wrapper/
H A DNativeUtil.c508 jthrowable gssEx;
609 jthrowable gssEx;
707 jthrowable gssEx;
H A DGSSLibStub.c80 jthrowable gssEx;
/openjdk7/jdk/src/share/native/sun/security/smartcardio/
H A Dpcsc.c70 jthrowable pcscException;
76 pcscException = (jthrowable) (*env)->NewObject(env, pcscClass, constructor, (jint)code);
/openjdk7/jdk/src/share/native/java/lang/
H A DClassLoader.c321 jthrowable cause;
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h84 typedef _jthrowable *jthrowable; typedef
103 typedef jobject jthrowable; typedef
245 (JNIEnv *env, jthrowable obj);
248 jthrowable (JNICALL *ExceptionOccurred)
818 jint Throw(jthrowable obj) {
824 jthrowable ExceptionOccurred() {
H A DjniCheck.cpp521 jthrowable obj))
552 JNI_ENTRY_CHECKED(jthrowable,
555 jthrowable result = UNCHECKED()->ExceptionOccurred(env);
H A Djni.cpp706 JNI_ENTRY(jint, jni_Throw(JNIEnv *env, jthrowable obj))
762 JNI_ENTRY_NO_PRESERVE(jthrowable, jni_ExceptionOccurred(JNIEnv *env))
772 jthrowable ret = (jthrowable) JNIHandles::make_local(env, exception);
H A Dunsafe.cpp1146 UNSAFE_ENTRY(void, Unsafe_ThrowException(JNIEnv *env, jobject unsafe, jthrowable thr))
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h84 typedef _jthrowable *jthrowable; typedef
103 typedef jobject jthrowable; typedef
245 (JNIEnv *env, jthrowable obj);
248 jthrowable (JNICALL *ExceptionOccurred)
818 jint Throw(jthrowable obj) {
824 jthrowable ExceptionOccurred() {
/openjdk7/jdk/src/share/back/
H A DdebugInit.c500 jthrowable currentException;
H A DeventHandler.c548 jthrowable currentException;
/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dsaproc.cpp798 jthrowable exception = 0;

Completed in 361 milliseconds