Searched refs:jexception (Results 1 – 1 of 1) sorted by relevance
77 jthrowable jexception = env->ExceptionOccurred(); in get_and_clear_exception() local78 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() local117 return throw_exception(env, kSourceException, "", jexception, source); in native_create()134 if (jthrowable jexception = get_and_clear_exception(env)) { in native_create() local135 return throw_exception(env, kSourceException, "", jexception, source); in native_create()333 jthrowable jexception = get_and_clear_exception(env); in ImageDecoder_nDecodeBitmap() local334 int onPartialImageError = jexception ? kSourceException in ImageDecoder_nDecodeBitmap()339 jexception = nullptr; in ImageDecoder_nDecodeBitmap()[all …]