Home | History | Annotate | Download | only in include

Lines Matching refs:ThrowNew

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