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.cpp76 jniThrowOutOfMemoryError(env, NULL); in push()
259 jniThrowOutOfMemoryError(env, NULL); in newInternedString()
267 jniThrowOutOfMemoryError(env, NULL); in newInternedString()
391 jniThrowOutOfMemoryError(env, NULL); in internString()
407 jniThrowOutOfMemoryError(env, NULL); in internString()
859 jniThrowOutOfMemoryError(env, NULL); in ExpatParser_createEntityParser()
968 jniThrowOutOfMemoryError(env, NULL); in ExpatParser_initialize()
1004 jniThrowOutOfMemoryError(env, NULL); in ExpatParser_initialize()
1260 jniThrowOutOfMemoryError(env, NULL); in ExpatParser_cloneAttributes()
Djava_lang_StringToReal.cpp443 jniThrowOutOfMemoryError(env, NULL); in doubleAlgorithm()
870 jniThrowOutOfMemoryError(env, NULL); in floatAlgorithm()
Djava_math_NativeBN.cpp67 jniThrowOutOfMemoryError(env, message); in throwExceptionIfNecessary()