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