Home | History | Annotate | Download | only in include

Lines Matching defs:ThrowNew

246     jint (JNICALL *ThrowNew)
821 jint ThrowNew(jclass clazz, const char *msg) {
822 return functions->ThrowNew(this, clazz, msg);