Home | History | Annotate | Download | only in include

Lines Matching refs:ThrowNew

172     jint        (*ThrowNew)(JNIEnv *, jclass, const char *);
526 jint ThrowNew(jclass clazz, const char* message)
527 { return functions->ThrowNew(this, clazz, message); }