Home | History | Annotate | Download | only in include

Lines Matching defs:jthrowable

88 typedef _jthrowable*    jthrowable;
110 typedef jobject jthrowable;
186 jint (*Throw)(JNIEnv*, jthrowable);
188 jthrowable (*ExceptionOccurred)(JNIEnv*);
538 jint Throw(jthrowable obj)
544 jthrowable ExceptionOccurred()