Searched refs:jniThrowNullPointerException (Results 1 – 6 of 6) sorted by relevance
66 int jniThrowNullPointerException(C_JNIEnv* env, const char* msg);143 inline int jniThrowNullPointerException(JNIEnv* env, const char* msg) { in jniThrowNullPointerException() function144 return jniThrowNullPointerException(&env->functions, msg); in jniThrowNullPointerException()
37 jniThrowNullPointerException(env, NULL); in ScopedUtfChars()
36 jniThrowNullPointerException(env, NULL); in ScopedStringChars()
34 jniThrowNullPointerException(mEnv, NULL); \83 jniThrowNullPointerException(mEnv, NULL); \
35 jniThrowNullPointerException(mEnv, NULL); in ScopedBytes()
244 int jniThrowNullPointerException(C_JNIEnv* env, const char* msg) { in jniThrowNullPointerException() function