Searched refs:JNU_ThrowNullPointerException (Results 1 – 6 of 6) sorted by relevance
/libcore/ojluni/src/main/native/ |
D | ObjectOutputStream.c | 70 JNU_ThrowNullPointerException(env, NULL); in Java_java_io_ObjectOutputStream_floatsToBytes() 80 JNU_ThrowNullPointerException(env, NULL); in Java_java_io_ObjectOutputStream_floatsToBytes() 142 JNU_ThrowNullPointerException(env, NULL); in Java_java_io_ObjectOutputStream_doublesToBytes() 152 JNU_ThrowNullPointerException(env, NULL); in Java_java_io_ObjectOutputStream_doublesToBytes()
|
D | io_util.h | 92 JNU_ThrowNullPointerException((env), NULL); \ 120 JNU_ThrowNullPointerException((env), NULL); \
|
D | io_util.c | 86 JNU_ThrowNullPointerException(env, NULL); in readBytes() 162 JNU_ThrowNullPointerException(env, NULL); in writeBytes()
|
D | jni_util.c | 56 JNU_ThrowNullPointerException(JNIEnv *env, const char *msg) in JNU_ThrowNullPointerException() function 975 JNU_ThrowNullPointerException(env, "JNU_MonitorWait argument"); in JNU_MonitorWait() 995 JNU_ThrowNullPointerException(env, "JNU_Notify argument"); in JNU_Notify() 1015 JNU_ThrowNullPointerException(env, "JNU_NotifyAll argument"); in JNU_NotifyAll()
|
D | jni_util.h | 53 JNU_ThrowNullPointerException(JNIEnv *env, const char *msg);
|
D | System.c | 155 JNU_ThrowNullPointerException(env, 0); in System_mapLibraryName()
|