Home
last modified time | relevance | path

Searched refs:jniThrowOutOfMemoryError (Results 1 – 6 of 6) sorted by relevance

/libcore/luni/src/main/native/
DZipUtilities.cpp27 jniThrowOutOfMemoryError(env, NULL); in throwExceptionForZlibError()
49 jniThrowOutOfMemoryError(env, NULL); in setDictionary()
71 jniThrowOutOfMemoryError(env, NULL); in setInput()
DJniException.h24 void jniThrowOutOfMemoryError(JNIEnv* env, const char* message);
DJniException.cpp27 void jniThrowOutOfMemoryError(JNIEnv* env, const char* message) { in jniThrowOutOfMemoryError() function
Dorg_apache_harmony_xml_ExpatParser.cpp78 jniThrowOutOfMemoryError(env, NULL); in push()
262 jniThrowOutOfMemoryError(env, NULL); in newInternedString()
270 jniThrowOutOfMemoryError(env, NULL); in newInternedString()
394 jniThrowOutOfMemoryError(env, NULL); in internString()
410 jniThrowOutOfMemoryError(env, NULL); in internString()
861 jniThrowOutOfMemoryError(env, NULL); in ExpatParser_createEntityParser()
970 jniThrowOutOfMemoryError(env, NULL); in ExpatParser_initialize()
1006 jniThrowOutOfMemoryError(env, NULL); in ExpatParser_initialize()
1262 jniThrowOutOfMemoryError(env, NULL); in ExpatParser_cloneAttributes()
Djava_lang_StringToReal.cpp447 jniThrowOutOfMemoryError(env, NULL); in doubleAlgorithm()
875 jniThrowOutOfMemoryError(env, NULL); in floatAlgorithm()
Djava_math_NativeBN.cpp65 jniThrowOutOfMemoryError(env, message); in throwException()