/art/test/412-new-array/src/ |
D | Main.java | 243 Throwable exception = null; in testSmaliFillArrayData() local 248 exception = e.getCause(); in testSmaliFillArrayData() 249 assertTrue(exception instanceof NullPointerException); in testSmaliFillArrayData() 251 assertNotNull(exception); in testSmaliFillArrayData() 270 Throwable exception = null; in testSmaliFillArrayData() local 274 exception = e.getCause(); in testSmaliFillArrayData() 275 assertTrue(exception instanceof IndexOutOfBoundsException); in testSmaliFillArrayData() 277 assertNotNull(exception); in testSmaliFillArrayData() 278 exception = null; in testSmaliFillArrayData() 287 exception = e.getCause(); in testSmaliFillArrayData() [all …]
|
/art/test/020-string/ |
D | expected.txt | 5 Got expected exception 8 Got expected exception 9 Got expected exception 10 Got expected exception 11 Got expected exception 12 Got expected exception
|
/art/test/136-daemon-jni-shutdown/ |
D | expected.txt | 2 About to call exception check 3 About to call exception check 4 About to call exception check 5 About to call exception check
|
/art/test/989-method-trace-throw/ |
D | expected.txt | 3 Received no exception as expected for test[class art.Test989$NormalTracer, class art.Test989$doNoth… 6 Received no exception as expected for test[class art.Test989$NormalTracer, class art.Test989$doNoth… 8 Normal: Leaving public static void art.Test989.throwA() returned <exception> 11 Normal: Leaving public static native void art.Test989.throwANative() returned <exception> 16 Received no exception as expected for test[class art.Test989$NormalTracer, class art.Test989$return… 20 Received no exception as expected for test[class art.Test989$NormalTracer, class art.Test989$return… 24 Received no exception as expected for test[class art.Test989$NormalTracer, class art.Test989$accept… 28 Received no exception as expected for test[class art.Test989$NormalTracer, class art.Test989$accept… 31 Received no exception as expected for test[class art.Test989$NormalTracer, class art.Test989$tryCat… 35 Received no exception as expected for test[class art.Test989$NormalTracer, class art.Test989$return… [all …]
|
/art/test/070-nio-buffer/ |
D | expected.txt | 2 Got expected buffer overflow exception 3 Got expected out-of-bounds exception 4 Got expected buffer overflow exception
|
/art/test/407-arrays/src/ |
D | Main.java | 134 ArrayIndexOutOfBoundsException exception = null; in ensureThrows() local 138 exception = e; in ensureThrows() 141 assertNotNull(exception); in ensureThrows() 142 assertTrue(exception.toString().contains(Integer.toString(index))); in ensureThrows() 144 exception = null; in ensureThrows() 148 exception = e; in ensureThrows() 151 assertNotNull(exception); in ensureThrows() 152 assertTrue(exception.toString().contains(Integer.toString(index))); in ensureThrows()
|
/art/test/081-hot-exceptions/src/ |
D | Main.java | 29 int exception = 0; in main() local 36 exception++; in main() 40 System.out.println("exception = " + exception); in main()
|
/art/test/427-bounds/src/ |
D | Main.java | 19 Exception exception = null; in main() local 23 exception = e; in main() 26 String exceptionMessage = exception.getMessage(); in main()
|
/art/runtime/interpreter/mterp/mips/ |
D | op_throw.S | 5 EXPORT_PC() # exception handler can throw 7 GET_VREG(a1, a2) # a1 <- vAA (exception object) 10 sw a1, THREAD_EXCEPTION_OFFSET(rSELF) # thread->exception <- obj
|
D | op_move_exception.S | 3 lw a3, THREAD_EXCEPTION_OFFSET(rSELF) # get exception obj 7 SET_VREG_OBJECT(a3, a2) # fp[AA] <- exception obj 8 sw zero, THREAD_EXCEPTION_OFFSET(rSELF) # clear exception
|
/art/test/054-uncaught/ |
D | expected.txt | 2 Uncaught exception DEFAULT! 7 Uncaught exception THREAD! 12 Uncaught exception THREAD! 17 Uncaught exception DEFAULT!
|
/art/test/989-method-trace-throw/src/art/ |
D | Test989.java | 63 private static String getInfo(Object m, boolean exception, Object result) { in getInfo() argument 65 if (exception) { in getInfo() 75 public void methodExited(Object m, boolean exception, Object result); in methodExited() argument 86 public void methodExited(Object m, boolean exception, Object result) { in methodExited() argument 88 System.out.println("Normal: Leaving " + getInfo(m, exception, result)); in methodExited() 100 public void methodExited(Object m, boolean exception, Object result) { in methodExited() argument 102 System.out.println("ThrowEnter: Leaving " + getInfo(m, exception, result)); in methodExited() 114 public void methodExited(Object m, boolean exception, Object result) { in methodExited() argument 119 System.out.println("ThrowExit: Leaving " + getInfo(m, exception, result)); in methodExited() 120 throw new ErrorB("Throwing error while exit " + getInfo(m, exception, result)); in methodExited() [all …]
|
/art/runtime/interpreter/mterp/mips64/ |
D | op_move_exception.S | 3 ld a0, THREAD_EXCEPTION_OFFSET(rSELF) # load exception obj 5 SET_VREG_OBJECT a0, a2 # vAA <- exception obj 7 sd zero, THREAD_EXCEPTION_OFFSET(rSELF) # clear exception
|
D | op_throw.S | 7 GET_VREG_U a0, a2 # a0 <- vAA (exception object) 9 sd a0, THREAD_EXCEPTION_OFFSET(rSELF) # thread->exception <- obj
|
/art/tools/dexfuzz/src/dexfuzz/listeners/ |
D | UniqueProgramTrackerListener.java | 147 } catch (IOException exception) { in saveUniqueProgsData() 148 exception.printStackTrace(); in saveUniqueProgsData() 149 } catch (InterruptedException exception) { in saveUniqueProgsData() 150 exception.printStackTrace(); in saveUniqueProgsData() 176 } catch (IOException exception) { in saveUniqueProgsData() 177 exception.printStackTrace(); in saveUniqueProgsData() 178 } catch (InterruptedException exception) { in saveUniqueProgsData() 179 exception.printStackTrace(); in saveUniqueProgsData()
|
/art/test/099-vmdebug/ |
D | expected.txt | 15 Got expected exception 17 Got expected exception 19 Got expected exception
|
/art/test/044-proxy/ |
D | expected.txt | 58 Dupe threw expected exception 59 Clash threw expected exception 60 Clash2 threw expected exception 61 Clash3 threw expected exception 62 Clash4 threw expected exception 80 Got expected exception 83 Got expected exception 86 Got expected exception 93 Got expected exception
|
/art/test/077-method-override/ |
D | expected.txt | 14 Got expected exception - ovws 15 Got expected exception - oswv
|
/art/runtime/interpreter/mterp/arm/ |
D | op_throw.S | 7 GET_VREG r1, r2 @ r1<- vAA (exception object) 10 str r1, [rSELF, #THREAD_EXCEPTION_OFFSET] @ thread->exception<- obj
|
D | op_move_exception.S | 6 SET_VREG_OBJECT r3, r2 @ fp[AA]<- exception obj 8 str r1, [rSELF, #THREAD_EXCEPTION_OFFSET] @ clear exception
|
D | op_fill_array_data.S | 10 cmp r0, #0 @ 0 means an exception is thrown 11 beq MterpPossibleException @ exception?
|
/art/test/952-invoke-custom/ |
D | expected.txt | 1 Caught exception from uninitialized call site 2 Caught exception from uninitialized call site
|
/art/test/086-null-super/ |
D | info.txt | 1 ClassLoader.loadClass() is expected to throw an exception, usually 5 that if there was no exception, the value returned would be non-null.
|
/art/test/401-optimizing-compiler/src/ |
D | Main.java | 90 Exception exception = null; in main() local 94 exception = e; in main() 98 exception = null; in main() 102 exception = e; in main() 105 if (exception == null) { in main()
|
/art/test/946-obsolete-throw/ |
D | expected.txt | 6 Received error : java.lang.Error: Throwing exception into an obsolete method! 7 java.lang.Error: Throwing exception into an obsolete method!
|