Home | History | Annotate | Download | only in runtime

Lines Matching refs:ThrowNew

1175   static jint ThrowNew(JNIEnv* env, jclass c, const char* message) {
1177 return CHECK_JNI_EXIT("I", baseEnv(env)->ThrowNew(env, c, message));
1800 CheckJNI::ThrowNew,