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