Searched refs:JNU_ThrowOutOfMemoryError (Results 1 – 12 of 12) sorted by relevance
/libcore/ojluni/src/main/native/ |
D | Inflater.c | 66 JNU_ThrowOutOfMemoryError(env, 0); in Inflater_init() 76 JNU_ThrowOutOfMemoryError(env, 0); in Inflater_init() 180 JNU_ThrowOutOfMemoryError(env, 0); in checkInflateStatus() 201 JNU_ThrowOutOfMemoryError(env, 0); in Inflater_inflateBytesBytes() 208 JNU_ThrowOutOfMemoryError(env, 0); in Inflater_inflateBytesBytes() 234 JNU_ThrowOutOfMemoryError(env, 0); in Inflater_inflateBytesBuffer() 259 JNU_ThrowOutOfMemoryError(env, 0); in Inflater_inflateBufferBytes()
|
D | Deflater.c | 51 JNU_ThrowOutOfMemoryError(env, 0); in Deflater_init() 63 JNU_ThrowOutOfMemoryError(env, 0); in Deflater_init() 204 JNU_ThrowOutOfMemoryError(env, 0); in Deflater_deflateBytesBytes() 211 JNU_ThrowOutOfMemoryError(env, 0); in Deflater_deflateBytesBytes() 238 JNU_ThrowOutOfMemoryError(env, 0); in Deflater_deflateBytesBuffer() 264 JNU_ThrowOutOfMemoryError(env, 0); in Deflater_deflateBufferBytes()
|
D | ServerSocketChannelImpl.c | 74 JNU_ThrowOutOfMemoryError(env, NULL); in Java_sun_nio_ch_ServerSocketChannelImpl_initIDs() 97 JNU_ThrowOutOfMemoryError(env, NULL); in Java_sun_nio_ch_ServerSocketChannelImpl_accept0()
|
D | io_util_md.c | 60 JNU_ThrowOutOfMemoryError(env, "native heap"); in newStringPlatform() 69 JNU_ThrowOutOfMemoryError(env, "native heap"); in newStringPlatform()
|
D | io_util.c | 100 JNU_ThrowOutOfMemoryError(env, NULL); in readBytes() 176 JNU_ThrowOutOfMemoryError(env, NULL); in writeBytes()
|
D | MappedByteBuffer.c | 61 JNU_ThrowOutOfMemoryError(env, NULL); in Java_java_nio_MappedByteBuffer_isLoaded0()
|
D | DatagramChannelImpl.c | 67 JNU_ThrowOutOfMemoryError(env, NULL); in Java_sun_nio_ch_DatagramChannelImpl_initIDs()
|
D | FileChannelImpl.c | 114 JNU_ThrowOutOfMemoryError(env, "Map failed"); in FileChannelImpl_map0()
|
D | jni_util.h | 59 JNU_ThrowOutOfMemoryError(JNIEnv *env, const char *msg);
|
D | UnixNativeDispatcher.c | 1046 JNU_ThrowOutOfMemoryError(env, "native heap"); in Java_sun_nio_fs_UnixNativeDispatcher_getpwuid() 1097 JNU_ThrowOutOfMemoryError(env, "native heap"); in Java_sun_nio_fs_UnixNativeDispatcher_getgrgid() 1149 JNU_ThrowOutOfMemoryError(env, "native heap"); in Java_sun_nio_fs_UnixNativeDispatcher_getpwnam0() 1197 JNU_ThrowOutOfMemoryError(env, "native heap"); in Java_sun_nio_fs_UnixNativeDispatcher_getgrnam0()
|
D | UNIXProcess_md.c | 219 JNU_ThrowOutOfMemoryError(env, NULL); in xmalloc()
|
D | jni_util.c | 68 JNU_ThrowOutOfMemoryError(JNIEnv *env, const char *msg) in JNU_ThrowOutOfMemoryError() function
|