HomeSort by relevance Sort by last modified time
    Searched refs:jniThrowOutOfMemoryError (Results 1 - 6 of 6) sorted by null

  /libcore/luni/src/main/native/
JniException.h 26 void jniThrowOutOfMemoryError(JNIEnv* env, const char* message);
zip.h 29 jniThrowOutOfMemoryError(env, NULL);
54 jniThrowOutOfMemoryError(env, NULL);
76 jniThrowOutOfMemoryError(env, NULL);
JniException.cpp 33 void jniThrowOutOfMemoryError(JNIEnv* env, const char* message) {
java_util_zip_Deflater.cpp 49 jniThrowOutOfMemoryError(env, NULL);
91 jniThrowOutOfMemoryError(env, NULL);
NativeCrypto.cpp 596 jniThrowOutOfMemoryError(env, "Unable to allocate EVP_MD_CTX");
626 jniThrowOutOfMemoryError(env, "Unable to allocate copy of EVP_MD_CTX");
    [all...]
java_util_zip_Inflater.cpp 35 jniThrowOutOfMemoryError(env, NULL);

Completed in 140 milliseconds