Home | History | Annotate | Download | only in include

Lines Matching defs:ThrowNew

188     jint        (*ThrowNew)(JNIEnv *, jclass, const char *);
542 jint ThrowNew(jclass clazz, const char* message)
543 { return functions->ThrowNew(this, clazz, message); }