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