Home
last modified time | relevance | path

Searched refs:exception (Results 26 – 50 of 165) sorted by relevance

1234567

/art/test/086-null-super/
Dinfo.txt1 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/946-obsolete-throw/
Dexpected.txt6 Received error : java.lang.Error: Throwing exception into an obsolete method!
7 java.lang.Error: Throwing exception into an obsolete method!
/art/test/401-optimizing-compiler/src/
DMain.java90 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/1953-pop-frame/
Dclass-loading-expected.patch2 > Test stopped during notifyFramePop without exception on pop of calledFunction
5 > Test stopped during notifyFramePop without exception on pop of doNothing
8 > Test stopped during notifyFramePop with exception on pop of calledFunction
12 > Test stopped during notifyFramePop with exception on pop of doThrow
/art/test/1956-pop-frame-jit-calling/
Djvm-expected.patch2 < Test stopped during notifyFramePop without exception on pop of calledFunction
5 < Test stopped during notifyFramePop without exception on pop of doNothing
8 < Test stopped during notifyFramePop with exception on pop of calledFunction
12 < Test stopped during notifyFramePop with exception on pop of doThrow
/art/test/1954-pop-frame-jit/
Djvm-expected.patch2 < Test stopped during notifyFramePop without exception on pop of calledFunction
5 < Test stopped during notifyFramePop without exception on pop of doNothing
8 < Test stopped during notifyFramePop with exception on pop of calledFunction
12 < Test stopped during notifyFramePop with exception on pop of doThrow
/art/test/1955-pop-frame-jit-called/
Djvm-expected.patch2 < Test stopped during notifyFramePop without exception on pop of calledFunction
5 < Test stopped during notifyFramePop without exception on pop of doNothing
8 < Test stopped during notifyFramePop with exception on pop of calledFunction
12 < Test stopped during notifyFramePop with exception on pop of doThrow
/art/test/800-smali/smali/
Db_134061982.smali17 # * v2 = exception value for inner catch
40 move-exception v2
54 # * Covered by unresolved exception class -> unreachable.
Dmove_exception_on_entry.smali5 # Test that we cannot have a catch-handler with move-exception at the beginning of a method.
10 move-exception v2
Db_134061983_2.smali17 # * v2 = exception value for inner catch
40 move-exception v2
54 # * Covered by unresolved and resolved exception classes -> live.
/art/test/081-hot-exceptions/
Dexpected.txt2 exception = 1024
/art/test/111-unresolvable-exception/
Dexpected.txt1 Got expected exception.
Dinfo.txt2 for an unresolvable exception.
/art/test/1904-double-suspend/
Dexpected.txt1 Got exception JVMTI_ERROR_THREAD_SUSPENDED
/art/test/578-bce-visit/
Dexpected.txt1 exception caught
/art/test/974-verify-interface-super/
Dexpected.txt1 OK. No exception before invoke!
/art/test/019-wrong-array-type/
Dexpected.txt1 Got correct array store exception
/art/test/127-checker-secondarydex/
Dexpected.txt3 Got null pointer exception
/art/test/1937-transform-soft-fail/
Dexpected.txt3 Caught exception java.lang.NoSuchMethodError
/art/test/546-regression-simplify-catch/smali/
DTestCase.smali62 # starting with a move-exception. Verifier does not check trivially dead code
77 move-exception v0
82 # starting with a move-exception. Verifier does not check trivially dead code
99 move-exception v0
/art/test/974-verify-interface-super/smali/
Dmain.smali21 const-string v0, "OK. No exception before invoke!"
26 const-string v0, "FAIL: no exception!"
34 move-exception v0
/art/test/1934-jvmti-signal-thread/
Dexpected.txt3 Caught exception java.lang.RuntimeException: JVMTI_ERROR_THREAD_NOT_ALIVE
6 Caught exception java.lang.RuntimeException: JVMTI_ERROR_THREAD_NOT_ALIVE
/art/test/622-simplifyifs-exception-edges/
Dinfo.txt2 to redirect exception handler edges.
/art/test/689-multi-catch/
Dinfo.txt2 to wrongly type an exception in a multi-catch handler.
/art/test/032-concrete-sub/
Dexpected.txt3 Got expected exception from abs.doStuff().

1234567