Home | History | Annotate | Download | only in include

Lines Matching refs:jthrowable

73 typedef _jthrowable*    jthrowable;
95 typedef jobject jthrowable;
171 jint (*Throw)(JNIEnv*, jthrowable);
173 jthrowable (*ExceptionOccurred)(JNIEnv*);
523 jint Throw(jthrowable obj)
529 jthrowable ExceptionOccurred()