Searched refs:JNU_ThrowOutOfMemoryError (Results 1 – 14 of 14) sorted by relevance
/libcore/ojluni/src/main/native/ |
D | java_util_zip_Inflater.c | 66 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()
|
D | java_util_zip_Deflater.c | 70 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()
|
D | io_util_md.c | 43 JNU_ThrowOutOfMemoryError(env, "native heap"); in newStringPlatform() 52 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 | 54 JNU_ThrowOutOfMemoryError(env, NULL); in Java_java_nio_MappedByteBuffer_isLoaded0()
|
D | java_util_zip_ZipFile.c | 127 JNU_ThrowOutOfMemoryError(env, 0); in ZipFile_open() 172 JNU_ThrowOutOfMemoryError(env, 0); in ZipFile_getEntry()
|
D | FileChannelImpl.c | 107 JNU_ThrowOutOfMemoryError(env, "Map failed"); in FileChannelImpl_map0()
|
D | DatagramChannelImpl.c | 211 JNU_ThrowOutOfMemoryError(env, "heap allocation failed"); in Java_sun_nio_ch_DatagramChannelImpl_receive0()
|
D | jni_util.h | 59 JNU_ThrowOutOfMemoryError(JNIEnv *env, const char *msg);
|
D | PlainDatagramSocketImpl.c | 442 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()
|
D | UnixFileSystem_md.c | 306 JNU_ThrowOutOfMemoryError(env, "heap allocation failed"); in Java_java_io_UnixFileSystem_list0()
|
D | UNIXProcess_md.c | 211 JNU_ThrowOutOfMemoryError(env, NULL); in xmalloc()
|
D | jni_util.c | 68 JNU_ThrowOutOfMemoryError(JNIEnv *env, const char *msg) in JNU_ThrowOutOfMemoryError() function
|
D | NetworkInterface.c | 712 JNU_ThrowOutOfMemoryError(env, "Native heap allocation failed"); \
|