Home | History | Annotate | Download | only in nativehelper

Lines Matching refs: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()