Searched refs:JNU_ThrowOutOfMemoryError (Results 1 – 13 of 13) 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() 132 JNU_ThrowOutOfMemoryError(env, 0); in Inflater_inflateBytes() 139 JNU_ThrowOutOfMemoryError(env, 0); in Inflater_inflateBytes() 172 JNU_ThrowOutOfMemoryError(env, 0); in Inflater_inflateBytes()
|
D | Deflater.c | 70 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()
|
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 | 51 JNU_ThrowOutOfMemoryError(env, "native heap"); in newStringPlatform() 60 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 | 59 JNU_ThrowOutOfMemoryError(env, NULL); in Java_java_nio_MappedByteBuffer_isLoaded0()
|
D | ZipFile.c | 127 JNU_ThrowOutOfMemoryError(env, 0); in ZipFile_open() 178 JNU_ThrowOutOfMemoryError(env, 0); in ZipFile_getEntry()
|
D | FileChannelImpl.c | 114 JNU_ThrowOutOfMemoryError(env, "Map failed"); in FileChannelImpl_map0()
|
D | DatagramChannelImpl.c | 67 JNU_ThrowOutOfMemoryError(env, NULL); in Java_sun_nio_ch_DatagramChannelImpl_initIDs()
|
D | jni_util.h | 59 JNU_ThrowOutOfMemoryError(JNIEnv *env, const char *msg);
|
D | UnixNativeDispatcher.c | 1024 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()
|
D | UNIXProcess_md.c | 216 JNU_ThrowOutOfMemoryError(env, NULL); in xmalloc()
|
D | jni_util.c | 68 JNU_ThrowOutOfMemoryError(JNIEnv *env, const char *msg) in JNU_ThrowOutOfMemoryError() function
|