Searched refs:doThrowOOME (Results 1 – 3 of 3) sorted by relevance
242 void doThrowOOME(JNIEnv* env, const char* msg = NULL); // Out of memory
35 void doThrowOOME(JNIEnv* env, const char* msg) { in doThrowOOME() function
690 doThrowOOME(env, "failed to allocate pixels for alpha"); in Bitmap_extractAlpha()