Searched refs:JNU_ThrowInternalError (Results 1 – 7 of 7) sorted by relevance
/libcore/ojluni/src/main/native/ |
D | Inflater.c | 87 JNU_ThrowInternalError(env, msg); in Inflater_init() 111 JNU_ThrowInternalError(env, ((z_stream *)jlong_to_ptr(addr))->msg); in Inflater_setDictionary() 175 JNU_ThrowInternalError(env, strm->msg); in Inflater_inflateBytes() 190 JNU_ThrowInternalError(env, 0); in Inflater_reset() 198 JNU_ThrowInternalError(env, 0); in Inflater_end()
|
D | Deflater.c | 95 JNU_ThrowInternalError(env, msg); in Deflater_init() 119 JNU_ThrowInternalError(env, ((z_stream *)jlong_to_ptr(addr))->msg); in Deflater_setDictionary() 173 JNU_ThrowInternalError(env, strm->msg); in Deflater_deflateBytes() 213 JNU_ThrowInternalError(env, strm->msg); in Deflater_deflateBytes() 229 JNU_ThrowInternalError(env, 0); in Deflater_reset() 237 JNU_ThrowInternalError(env, 0); in Deflater_end()
|
D | UnixNativeDispatcher.c | 403 JNU_ThrowInternalError(env, "should not reach here"); in Java_sun_nio_fs_UnixNativeDispatcher_openat0() 543 JNU_ThrowInternalError(env, "should not reach here"); in Java_sun_nio_fs_UnixNativeDispatcher_fstatat0() 653 JNU_ThrowInternalError(env, "my_ftimesat_func is NULL"); in Java_sun_nio_fs_UnixNativeDispatcher_futimes() 683 JNU_ThrowInternalError(env, "should not reach here"); in Java_sun_nio_fs_UnixNativeDispatcher_fdopendir() 824 JNU_ThrowInternalError(env, "should not reach here"); in Java_sun_nio_fs_UnixNativeDispatcher_unlinkat0() 855 JNU_ThrowInternalError(env, "should not reach here"); in Java_sun_nio_fs_UnixNativeDispatcher_renameat0()
|
D | jni_util.h | 71 JNU_ThrowInternalError(JNIEnv *env, const char *msg);
|
D | Net.c | 666 JNU_ThrowInternalError(env, "Should not get here"); in Java_sun_nio_ch_Net_joinOrDrop6() 696 JNU_ThrowInternalError(env, "Should not get here"); in Java_sun_nio_ch_Net_blockOrUnblock6()
|
D | UNIXProcess_md.c | 208 JNU_ThrowInternalError(env, "Can't set SIGCHLD handler"); in setSIGCHLDHandler()
|
D | jni_util.c | 92 JNU_ThrowInternalError(JNIEnv *env, const char *msg) in JNU_ThrowInternalError() function
|