Lines Matching refs:jexception
77 jthrowable jexception = env->ExceptionOccurred(); in get_and_clear_exception() local
78 if (jexception) { in get_and_clear_exception()
81 return jexception; in get_and_clear_exception()
116 if (jthrowable jexception = get_and_clear_exception(env)) { in native_create() local
117 return throw_exception(env, kSourceException, "", jexception, source); in native_create()
134 if (jthrowable jexception = get_and_clear_exception(env)) { in native_create() local
135 return throw_exception(env, kSourceException, "", jexception, source); in native_create()
333 jthrowable jexception = get_and_clear_exception(env); in ImageDecoder_nDecodeBitmap() local
334 int onPartialImageError = jexception ? kSourceException in ImageDecoder_nDecodeBitmap()
339 jexception = nullptr; in ImageDecoder_nDecodeBitmap()
343 if (!jexception) { in ImageDecoder_nDecodeBitmap()
348 if (!jexception) { in ImageDecoder_nDecodeBitmap()
361 jexception); in ImageDecoder_nDecodeBitmap()