Home | History | Annotate | Download | only in include

Lines Matching defs:ThrowNew

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