Searched defs:jthrowable (Results 1 - 2 of 2) sorted by relevance

/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() {
/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() {

Completed in 46 milliseconds