Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
Djava_util_zip_Inflater.c66 JNU_ThrowOutOfMemoryError(env, 0); in Inflater_init()
75 JNU_ThrowOutOfMemoryError(env, 0); in Inflater_init()
125 JNU_ThrowOutOfMemoryError(env, 0); in Inflater_inflateBytes()
132 JNU_ThrowOutOfMemoryError(env, 0); in Inflater_inflateBytes()
165 JNU_ThrowOutOfMemoryError(env, 0); in Inflater_inflateBytes()
Djava_util_zip_Deflater.c70 JNU_ThrowOutOfMemoryError(env, 0); in Deflater_init()
81 JNU_ThrowOutOfMemoryError(env, 0); in Deflater_init()
138 JNU_ThrowOutOfMemoryError(env, 0); in Deflater_deflateBytes()
145 JNU_ThrowOutOfMemoryError(env, 0); in Deflater_deflateBytes()
176 JNU_ThrowOutOfMemoryError(env, 0); in Deflater_deflateBytes()
183 JNU_ThrowOutOfMemoryError(env, 0); in Deflater_deflateBytes()
Dio_util_md.c43 JNU_ThrowOutOfMemoryError(env, "native heap"); in newStringPlatform()
52 JNU_ThrowOutOfMemoryError(env, "native heap"); in newStringPlatform()
Dio_util.c100 JNU_ThrowOutOfMemoryError(env, NULL); in readBytes()
176 JNU_ThrowOutOfMemoryError(env, NULL); in writeBytes()
DMappedByteBuffer.c54 JNU_ThrowOutOfMemoryError(env, NULL); in Java_java_nio_MappedByteBuffer_isLoaded0()
Djava_util_zip_ZipFile.c127 JNU_ThrowOutOfMemoryError(env, 0); in ZipFile_open()
172 JNU_ThrowOutOfMemoryError(env, 0); in ZipFile_getEntry()
DFileChannelImpl.c107 JNU_ThrowOutOfMemoryError(env, "Map failed"); in FileChannelImpl_map0()
DDatagramChannelImpl.c211 JNU_ThrowOutOfMemoryError(env, "heap allocation failed"); in Java_sun_nio_ch_DatagramChannelImpl_receive0()
Djni_util.h59 JNU_ThrowOutOfMemoryError(JNIEnv *env, const char *msg);
DPlainDatagramSocketImpl.c442 JNU_ThrowOutOfMemoryError(env, "Send buffer native heap allocation failed"); in PlainDatagramSocketImpl_send()
670 JNU_ThrowOutOfMemoryError(env, "Peek buffer native heap allocation failed"); in PlainDatagramSocketImpl_peekData()
830 JNU_ThrowOutOfMemoryError(env, "Receive buffer native heap allocation failed"); in PlainDatagramSocketImpl_receive0()
DUnixFileSystem_md.c306 JNU_ThrowOutOfMemoryError(env, "heap allocation failed"); in Java_java_io_UnixFileSystem_list0()
DUNIXProcess_md.c211 JNU_ThrowOutOfMemoryError(env, NULL); in xmalloc()
Djni_util.c68 JNU_ThrowOutOfMemoryError(JNIEnv *env, const char *msg) in JNU_ThrowOutOfMemoryError() function
DNetworkInterface.c712 JNU_ThrowOutOfMemoryError(env, "Native heap allocation failed"); \