Searched refs:jniThrowRuntimeException (Results 1 – 2 of 2) sorted by relevance
71 int jniThrowRuntimeException(C_JNIEnv* env, const char* msg);147 inline int jniThrowRuntimeException(JNIEnv* env, const char* msg) { in jniThrowRuntimeException() function148 return jniThrowRuntimeException(&env->functions, msg); in jniThrowRuntimeException()
248 int jniThrowRuntimeException(C_JNIEnv* env, const char* msg) { in jniThrowRuntimeException() function