Lines Matching refs:iae
483 ScopedLocalRef<jclass> iae(env, env->FindClass("java/lang/IllegalArgumentException")); in GetDexOptNeeded() local
485 env->ThrowNew(iae.get(), message.c_str()); in GetDexOptNeeded()
491 ScopedLocalRef<jclass> iae(env, env->FindClass("java/lang/IllegalArgumentException")); in GetDexOptNeeded() local
493 env->ThrowNew(iae.get(), message.c_str()); in GetDexOptNeeded()
502 ScopedLocalRef<jclass> iae(env, env->FindClass("java/lang/IllegalArgumentException")); in GetDexOptNeeded() local
505 env->ThrowNew(iae.get(), message.c_str()); in GetDexOptNeeded()
543 ScopedLocalRef<jclass> iae(env, env->FindClass("java/lang/IllegalArgumentException")); in DexFile_getDexFileStatus() local
545 env->ThrowNew(iae.get(), message.c_str()); in DexFile_getDexFileStatus()
573 ScopedLocalRef<jclass> iae(env, env->FindClass("java/lang/IllegalArgumentException")); in DexFile_getDexFileOptimizationStatus() local
575 env->ThrowNew(iae.get(), message.c_str()); in DexFile_getDexFileOptimizationStatus()
765 ScopedLocalRef<jclass> iae(env, env->FindClass("java/lang/IllegalArgumentException")); in DexFile_getDexFileOutputPaths() local
767 env->ThrowNew(iae.get(), message.c_str()); in DexFile_getDexFileOutputPaths()