Home
last modified time | relevance | path

Searched refs:JNU_ThrowOutOfMemoryError (Results 1 – 12 of 12) sorted by relevance

/libcore/ojluni/src/main/native/
DInflater.c66 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()
DDeflater.c51 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()
DServerSocketChannelImpl.c74 JNU_ThrowOutOfMemoryError(env, NULL); in Java_sun_nio_ch_ServerSocketChannelImpl_initIDs()
97 JNU_ThrowOutOfMemoryError(env, NULL); in Java_sun_nio_ch_ServerSocketChannelImpl_accept0()
Dio_util_md.c60 JNU_ThrowOutOfMemoryError(env, "native heap"); in newStringPlatform()
69 JNU_ThrowOutOfMemoryError(env, "native heap"); in newStringPlatform()
Dio_util.c100 JNU_ThrowOutOfMemoryError(env, NULL); in readBytes()
176 JNU_ThrowOutOfMemoryError(env, NULL); in writeBytes()
DMappedByteBuffer.c61 JNU_ThrowOutOfMemoryError(env, NULL); in Java_java_nio_MappedByteBuffer_isLoaded0()
DDatagramChannelImpl.c67 JNU_ThrowOutOfMemoryError(env, NULL); in Java_sun_nio_ch_DatagramChannelImpl_initIDs()
DFileChannelImpl.c114 JNU_ThrowOutOfMemoryError(env, "Map failed"); in FileChannelImpl_map0()
Djni_util.h59 JNU_ThrowOutOfMemoryError(JNIEnv *env, const char *msg);
DUnixNativeDispatcher.c1046 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()
DUNIXProcess_md.c219 JNU_ThrowOutOfMemoryError(env, NULL); in xmalloc()
Djni_util.c68 JNU_ThrowOutOfMemoryError(JNIEnv *env, const char *msg) in JNU_ThrowOutOfMemoryError() function