Lines Matching refs:jexception
89 jthrowable jexception = env->ExceptionOccurred(); in get_and_clear_exception() local
90 if (jexception) { in get_and_clear_exception()
93 return jexception; in get_and_clear_exception()
128 if (jthrowable jexception = get_and_clear_exception(env)) { in native_create() local
129 return throw_exception(env, kSourceException, "", jexception, source); in native_create()
146 if (jthrowable jexception = get_and_clear_exception(env)) { in native_create() local
147 return throw_exception(env, kSourceException, "", jexception, source); in native_create()
358 jthrowable jexception = get_and_clear_exception(env); in ImageDecoder_nDecodeBitmap() local
359 int onPartialImageError = jexception ? kSourceException : 0; // No error. in ImageDecoder_nDecodeBitmap()
369 jexception = get_and_clear_exception(env); in ImageDecoder_nDecodeBitmap()
375 jexception = nullptr; in ImageDecoder_nDecodeBitmap()
379 if (!jexception) { in ImageDecoder_nDecodeBitmap()
384 if (!jexception) { in ImageDecoder_nDecodeBitmap()
397 jexception); in ImageDecoder_nDecodeBitmap()