Home
last modified time | relevance | path

Searched refs:JNU_ThrowInternalError (Results 1 – 7 of 7) sorted by relevance

/libcore/ojluni/src/main/native/
DInflater.c87 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()
DDeflater.c95 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()
DUnixNativeDispatcher.c403 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()
Djni_util.h71 JNU_ThrowInternalError(JNIEnv *env, const char *msg);
DNet.c666 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()
DUNIXProcess_md.c208 JNU_ThrowInternalError(env, "Can't set SIGCHLD handler"); in setSIGCHLDHandler()
Djni_util.c92 JNU_ThrowInternalError(JNIEnv *env, const char *msg) in JNU_ThrowInternalError() function