Home | History | Annotate | Download | only in runtime

Lines Matching defs:FatalError

1197   static void FatalError(JNIEnv* env, const char* msg) {
1198 // The JNI specification doesn't say it's okay to call FatalError with a pending exception,
1202 baseEnv(env)->FatalError(env, msg);
1804 CheckJNI::FatalError,