Home
last modified time | relevance | path

Searched refs:JNU_ThrowOutOfMemoryError (Results 1 – 13 of 13) 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()
132 JNU_ThrowOutOfMemoryError(env, 0); in Inflater_inflateBytes()
139 JNU_ThrowOutOfMemoryError(env, 0); in Inflater_inflateBytes()
172 JNU_ThrowOutOfMemoryError(env, 0); in Inflater_inflateBytes()
DDeflater.c70 JNU_ThrowOutOfMemoryError(env, 0); in Deflater_init()
82 JNU_ThrowOutOfMemoryError(env, 0); in Deflater_init()
143 JNU_ThrowOutOfMemoryError(env, 0); in Deflater_deflateBytes()
150 JNU_ThrowOutOfMemoryError(env, 0); in Deflater_deflateBytes()
181 JNU_ThrowOutOfMemoryError(env, 0); in Deflater_deflateBytes()
188 JNU_ThrowOutOfMemoryError(env, 0); in Deflater_deflateBytes()
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.c51 JNU_ThrowOutOfMemoryError(env, "native heap"); in newStringPlatform()
60 JNU_ThrowOutOfMemoryError(env, "native heap"); in newStringPlatform()
Dio_util.c100 JNU_ThrowOutOfMemoryError(env, NULL); in readBytes()
176 JNU_ThrowOutOfMemoryError(env, NULL); in writeBytes()
DMappedByteBuffer.c59 JNU_ThrowOutOfMemoryError(env, NULL); in Java_java_nio_MappedByteBuffer_isLoaded0()
DZipFile.c127 JNU_ThrowOutOfMemoryError(env, 0); in ZipFile_open()
178 JNU_ThrowOutOfMemoryError(env, 0); in ZipFile_getEntry()
DFileChannelImpl.c114 JNU_ThrowOutOfMemoryError(env, "Map failed"); in FileChannelImpl_map0()
DDatagramChannelImpl.c67 JNU_ThrowOutOfMemoryError(env, NULL); in Java_sun_nio_ch_DatagramChannelImpl_initIDs()
Djni_util.h59 JNU_ThrowOutOfMemoryError(JNIEnv *env, const char *msg);
DUnixNativeDispatcher.c1024 JNU_ThrowOutOfMemoryError(env, "native heap"); in Java_sun_nio_fs_UnixNativeDispatcher_getpwuid()
1075 JNU_ThrowOutOfMemoryError(env, "native heap"); in Java_sun_nio_fs_UnixNativeDispatcher_getgrgid()
1127 JNU_ThrowOutOfMemoryError(env, "native heap"); in Java_sun_nio_fs_UnixNativeDispatcher_getpwnam0()
1175 JNU_ThrowOutOfMemoryError(env, "native heap"); in Java_sun_nio_fs_UnixNativeDispatcher_getgrnam0()
DUNIXProcess_md.c216 JNU_ThrowOutOfMemoryError(env, NULL); in xmalloc()
Djni_util.c68 JNU_ThrowOutOfMemoryError(JNIEnv *env, const char *msg) in JNU_ThrowOutOfMemoryError() function