Searched refs:jniThrowRuntimeException (Results 1 – 3 of 3) sorted by relevance
86 MODULE_API int jniThrowRuntimeException(C_JNIEnv* env, const char* msg);217 inline int jniThrowRuntimeException(JNIEnv* env, const char* msg) { in jniThrowRuntimeException() function218 return jniThrowRuntimeException(&env->functions, msg); in jniThrowRuntimeException()
14 jniThrowRuntimeException;
240 MODULE_API int jniThrowRuntimeException(C_JNIEnv* env, const char* msg) { in jniThrowRuntimeException() function