Home | History | Annotate | Download | only in runtime

Lines Matching refs:ThrowNewException

264 int ThrowNewException(JNIEnv* env, jclass exception_class, const char* msg, jobject cause)
703 return ThrowNewException(env, c, msg, nullptr);
3395 self->ThrowNewException(throw_location, "Ljava/lang/UnsatisfiedLinkError;", detail.c_str());