Searched refs:jexception (Results 1 – 1 of 1) sorted by relevance
89 jthrowable jexception = env->ExceptionOccurred(); in get_and_clear_exception() local90 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() local129 return throw_exception(env, kSourceException, "", jexception, source); in native_create()146 if (jthrowable jexception = get_and_clear_exception(env)) { in native_create() local147 return throw_exception(env, kSourceException, "", jexception, source); in native_create()358 jthrowable jexception = get_and_clear_exception(env); in ImageDecoder_nDecodeBitmap() local359 int onPartialImageError = jexception ? kSourceException : 0; // No error. in ImageDecoder_nDecodeBitmap()369 jexception = get_and_clear_exception(env); in ImageDecoder_nDecodeBitmap()[all …]