Home
last modified time | relevance | path

Searched refs:JNU_ThrowNullPointerException (Results 1 – 6 of 6) sorted by relevance

/libcore/ojluni/src/main/native/
DObjectOutputStream.c70 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()
Dio_util.h92 JNU_ThrowNullPointerException((env), NULL); \
120 JNU_ThrowNullPointerException((env), NULL); \
Dio_util.c86 JNU_ThrowNullPointerException(env, NULL); in readBytes()
162 JNU_ThrowNullPointerException(env, NULL); in writeBytes()
Djni_util.c56 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()
Djni_util.h53 JNU_ThrowNullPointerException(JNIEnv *env, const char *msg);
DSystem.c155 JNU_ThrowNullPointerException(env, 0); in System_mapLibraryName()