Searched refs:jniThrowNullPointerException (Results 1 – 10 of 10) sorted by relevance
83 int jniThrowNullPointerException(C_JNIEnv* env, const char* msg);148 inline int jniThrowNullPointerException(JNIEnv* env, const char* msg) { in jniThrowNullPointerException() function149 return jniThrowNullPointerException(&env->functions, msg); in jniThrowNullPointerException()
32 static inline int jniThrowNullPointerException(JNIEnv* env) { in jniThrowNullPointerException() function
39 jniThrowNullPointerException(env); in ScopedStringChars()
40 jniThrowNullPointerException(env); in ScopedUtfChars()
36 jniThrowNullPointerException(mEnv); in ScopedBytes()
52 jniThrowNullPointerException(mEnv); \109 jniThrowNullPointerException(mEnv); \
13 jniThrowNullPointerException;
58 jniThrowNullPointerException(env, "null FileDescriptor"); in jniSetFileDescriptorOfFD()
306 int jniThrowNullPointerException(JNIEnv* env, const char* msg) { in jniThrowNullPointerException() function
73 jniThrowNullPointerException(env, m.c_str()); in throwNullPointerException()