Home
last modified time | relevance | path

Searched refs:iae (Results 1 – 25 of 25) sorted by relevance

/art/test/075-verification-error/src/
DMain.java106 } catch (IllegalAccessError iae) { in testBadAccess()
108 if (VERBOSE) System.out.println("--- " + iae); in testBadAccess()
114 } catch (IllegalAccessError iae) { in testBadAccess()
116 if (VERBOSE) System.out.println("--- " + iae); in testBadAccess()
122 } catch (IllegalAccessError iae) { in testBadAccess()
124 if (VERBOSE) System.out.println("--- " + iae); in testBadAccess()
130 } catch (IllegalAccessError iae) { in testBadAccess()
132 if (VERBOSE) System.out.println("--- " + iae); in testBadAccess()
139 } catch (IllegalAccessError iae) { in testBadAccess()
141 if (VERBOSE) System.out.println("--- " + iae); in testBadAccess()
[all …]
/art/test/024-illegal-access/src/
DMain.java25 } catch (IllegalAccessError iae) { in main()
33 } catch (IllegalAccessError iae) { in main()
44 } catch (IllegalAccessError iae) { in main()
52 } catch (IllegalAccessError iae) { in main()
63 } catch (IllegalAccessError iae) { in main()
/art/test/045-reflect-array/src/
DMain.java88 } catch (IllegalArgumentException iae) {} in testSingleChar()
92 } catch (IllegalArgumentException iae) {} in testSingleChar()
104 } catch (IllegalArgumentException iae) { in testSingleChar()
105 iae.printStackTrace(System.out); in testSingleChar()
110 } catch (IllegalArgumentException iae) {} in testSingleChar()
118 } catch (IllegalArgumentException iae) { in testSingleChar()
119 iae.printStackTrace(System.out); in testSingleChar()
144 } catch (IllegalArgumentException iae) {} in testSingleLong()
191 } catch (IllegalArgumentException iae) {} in testSingle()
/art/test/068-classloader/src/
DMain.java169 } catch (IllegalAccessException iae) { in testAccess1()
240 } catch (IllegalAccessException iae) { in testExtend()
241 System.out.println("newInstance failed: " + iae); in testExtend()
287 } catch (IllegalAccessException iae) { in testExtendOkay()
288 System.out.println("newInstance failed: " + iae); in testExtendOkay()
335 } catch (IllegalAccessException iae) { in testInterface()
336 System.out.println("newInstance failed: " + iae); in testInterface()
381 } catch (IllegalAccessException iae) { in testAbstract()
382 System.out.println("newInstance failed: " + iae); in testAbstract()
428 } catch (IllegalAccessException iae) { in testImplement()
[all …]
DFancyLoader.java100 } catch (IllegalAccessException iae) { in findClassDalvik()
101 throw new ClassNotFoundException("newInstance failed", iae); in findClassDalvik()
121 } catch (IllegalAccessException iae) { in findClassDalvik()
122 throw new ClassNotFoundException("loadClass failed", iae); in findClassDalvik()
/art/test/647-jni-get-field-id/src/
DDefiningLoader.java107 } catch (IllegalAccessException iae) { in findClassDalvik()
108 throw new ClassNotFoundException("newInstance failed", iae); in findClassDalvik()
128 } catch (IllegalAccessException iae) { in findClassDalvik()
129 throw new ClassNotFoundException("loadClass failed", iae); in findClassDalvik()
/art/test/626-const-class-linking/src/
DDefiningLoader.java107 } catch (IllegalAccessException iae) { in findClassDalvik()
108 throw new ClassNotFoundException("newInstance failed", iae); in findClassDalvik()
128 } catch (IllegalAccessException iae) { in findClassDalvik()
129 throw new ClassNotFoundException("loadClass failed", iae); in findClassDalvik()
/art/test/201-built-in-except-detail-messages/src/
DMain.java406 } catch (IllegalArgumentException iae) { in reflection()
407 assertEquals("Wrong number of arguments; expected 1, got 0", iae.getMessage()); in reflection()
413 } catch (IllegalArgumentException iae) { in reflection()
415 iae.getMessage()); in reflection()
421 } catch (IllegalArgumentException iae) { in reflection()
423 iae.getMessage()); in reflection()
429 } catch (IllegalArgumentException iae) { in reflection()
431 iae.getMessage()); in reflection()
/art/test/044-proxy/src/
DClash.java36 } catch (IllegalArgumentException iae) { in main()
45 } catch (IllegalArgumentException iae) { in main()
DWrappedThrow.java37 } catch (IllegalArgumentException iae) { in main()
239 } catch (IllegalAccessException iae) { in invoke()
240 throw new RuntimeException(iae); in invoke()
DClash2.java35 } catch (IllegalArgumentException iae) { in main()
DClash3.java39 } catch (IllegalArgumentException iae) { in main()
DClash4.java40 } catch (IllegalArgumentException iae) { in main()
DBasicTest.java304 } catch (IllegalAccessException iae) { in invoke()
305 throw new RuntimeException(iae); in invoke()
/art/test/046-reflect/src/
DMain.java105 } catch (IllegalAccessException iae) { in checkAccess()
114 } catch (IllegalAccessException iae) { in checkAccess()
198 catch (IllegalArgumentException iae) { in run()
210 catch (IllegalAccessException iae) { in run()
223 catch (IllegalArgumentException iae) { in run()
284 catch (IllegalArgumentException iae) { in run()
291 catch (IllegalArgumentException iae) { in run()
298 catch (IllegalArgumentException iae) { in run()
306 catch (IllegalArgumentException iae) { in run()
324 catch (IllegalArgumentException iae) { in run()
[all …]
/art/test/086-null-super/src/
DMain.java94 } catch (IllegalAccessException iae) { in findDexClass()
95 throw new TestFailed(iae); in findDexClass()
/art/test/087-gc-after-link/src/
DMain.java104 } catch (IllegalAccessException iae) { in findDexClass()
105 throw new TestFailed(iae); in findDexClass()
/art/runtime/native/
Ddalvik_system_DexFile.cc542 ScopedLocalRef<jclass> iae(env, env->FindClass("java/lang/IllegalArgumentException")); in GetDexOptNeeded() local
544 env->ThrowNew(iae.get(), message.c_str()); in GetDexOptNeeded()
550 ScopedLocalRef<jclass> iae(env, env->FindClass("java/lang/IllegalArgumentException")); in GetDexOptNeeded() local
552 env->ThrowNew(iae.get(), message.c_str()); in GetDexOptNeeded()
561 ScopedLocalRef<jclass> iae(env, env->FindClass("java/lang/IllegalArgumentException")); in GetDexOptNeeded() local
564 env->ThrowNew(iae.get(), message.c_str()); in GetDexOptNeeded()
604 ScopedLocalRef<jclass> iae(env, env->FindClass("java/lang/IllegalArgumentException")); in DexFile_getDexFileStatus() local
606 env->ThrowNew(iae.get(), message.c_str()); in DexFile_getDexFileStatus()
634 ScopedLocalRef<jclass> iae(env, env->FindClass("java/lang/IllegalArgumentException")); in DexFile_getDexFileOptimizationStatus() local
636 env->ThrowNew(iae.get(), message.c_str()); in DexFile_getDexFileOptimizationStatus()
[all …]
Ddalvik_system_VMRuntime.cc670 ScopedLocalRef<jclass> iae(env, env->FindClass("java/lang/IllegalArgumentException")); in VMRuntime_isBootClassPathOnDisk() local
672 env->ThrowNew(iae.get(), message.c_str()); in VMRuntime_isBootClassPathOnDisk()
/art/test/053-wait-some/src/
DMain.java39 } catch (IllegalArgumentException iae) { in doit()
/art/test/042-new-instance/src/
DMain.java49 } catch (IllegalAccessException iae) { in testClassNewInstance()
151 } catch (IllegalAccessException iae) { in testConstructorNewInstance()
/art/test/074-gc-thrash/src/
DMain.java54 } catch (IllegalAccessException iae) { in main()
55 System.out.println(iae); in main()
/art/test/055-enum-performance/src/
DMain.java22 IllegalArgumentException iae = (IllegalArgumentException) expected.getCause(); in main()
23 if (!iae.getMessage().equals("class java.lang.String is not an enum type.")) { in main()
/art/test/991-field-trace-2/src/art/
DTest991.java148 } catch (IllegalAccessException iae) { in accept()
149 throw new InternalError("Could not set field xyz", iae); in accept()
/art/test/957-methodhandle-transforms/src/
DMain.java56 final IllegalArgumentException iae = new IllegalArgumentException("boo!"); in testThrowException() local
58 handle.invoke(iae); in testThrowException()
61 if (expected != iae) { in testThrowException()
62 fail("Wrong exception: expected " + iae + " but was " + expected); in testThrowException()
146 …public static String testCatchException_handler(IllegalArgumentException iae, String arg1, long ar… in testCatchException_handler() argument
148 …System.out.println("Handler: " + iae + ", Arg1: " + arg1 + ", Arg2: " + arg2 + ", ExMsg: " + exMsg… in testCatchException_handler()
152 public static String testCatchException_handler2(IllegalArgumentException iae, String arg1) { in testCatchException_handler2() argument
153 System.out.println("Handler: " + iae + ", Arg1: " + arg1); in testCatchException_handler2()