Searched refs:jexception (Results 1 – 1 of 1) sorted by relevance
54 jthrowable jexception = env->ExceptionOccurred(); in get_and_clear_exception() local55 if (jexception) { in get_and_clear_exception()58 return jexception; in get_and_clear_exception()89 if (jthrowable jexception = get_and_clear_exception(env)) { in native_create() local90 return throw_exception(env, ImageDecoder::kSourceException, "", jexception, source); in native_create()107 if (jthrowable jexception = get_and_clear_exception(env)) { in native_create() local108 return throw_exception(env, ImageDecoder::kSourceException, "", jexception, source); in native_create()307 jthrowable jexception = get_and_clear_exception(env); in ImageDecoder_nDecodeBitmap() local308 int onPartialImageError = jexception ? ImageDecoder::kSourceException in ImageDecoder_nDecodeBitmap()313 jexception = nullptr; in ImageDecoder_nDecodeBitmap()[all …]