Home | History | Annotate | Download | only in include

Lines Matching refs:jthrowable

89 typedef _jthrowable*    jthrowable;
111 typedef jobject jthrowable;
187 jint (*Throw)(JNIEnv*, jthrowable);
189 jthrowable (*ExceptionOccurred)(JNIEnv*);
539 jint Throw(jthrowable obj)
545 jthrowable ExceptionOccurred()