Searched defs:ExceptionOccurred (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dalloc.h85 #define ExceptionOccurred Do_Not_Use_ExceptionOccurred_Use_safe_\ macro
95 // This function should be called instead of ExceptionOccurred. It throws
H A Dawt_new.cpp36 #undef ExceptionOccurred macro
159 // This function is called instead of ExceptionOccurred. It throws
164 jthrowable xcp = env->ExceptionOccurred();
/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);
/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);

Completed in 52 milliseconds