Home | History | Annotate | Download | only in java

Lines Matching refs:ThrowNew

227     jint (JNICALL *ThrowNew)
749 jint ThrowNew(jclass clazz, const char *msg) {
750 return functions->ThrowNew(this, clazz, msg);