Searched refs:jniThrowRuntimeException (Results 1 – 4 of 4) sorted by relevance
88 int jniThrowRuntimeException(C_JNIEnv* env, const char* msg);152 inline int jniThrowRuntimeException(JNIEnv* env, const char* msg) { in jniThrowRuntimeException() function153 return jniThrowRuntimeException(&env->functions, msg); in jniThrowRuntimeException()
14 jniThrowRuntimeException;
310 int jniThrowRuntimeException(JNIEnv* env, const char* msg) { in jniThrowRuntimeException() function
78 jniThrowRuntimeException(env, m.c_str()); in throwRuntimeException()