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