Searched full:thrown (Results 1 – 25 of 46) sorted by relevance
12
| /arkcompiler/runtime_core/runtime/tests/ |
| D | exception_test.cpp | 171 << "AbstractMethod exception should have been thrown, but another has"; in TEST_F() 172 ASSERT_NE(result.GetAs<int64_t>(), no_exceptions) << "No exceptions were thrown"; in TEST_F() 254 << "AbstractMethod exception should have been thrown, but another has"; in TEST_F() 255 ASSERT_NE(result.GetAs<int64_t>(), no_exceptions) << "No exceptions were thrown"; in TEST_F() 340 << "AbstractMethod exception should have been thrown, but another has"; in TEST_F() 341 ASSERT_NE(result.GetAs<int64_t>(), no_exceptions) << "No exceptions were thrown"; in TEST_F() 426 << "AbstractMethod exception should have been thrown, but another has"; in TEST_F() 427 ASSERT_NE(result.GetAs<int64_t>(), no_exceptions) << "No exceptions were thrown"; in TEST_F() 513 << "AbstractMethod exception should have been thrown, but another has"; in TEST_F() 514 ASSERT_NE(result.GetAs<int64_t>(), no_exceptions) << "No exceptions were thrown"; in TEST_F() [all …]
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | checkcast.yaml | 49 … resolved type, accumulator content remains unchanged. Otherwise ClassCastException is thrown. 787 description: Check that ClassCastException is thrown when object cannot be cast to a type 790 Otherwise ClassCastException is thrown. 856 description: Check that ClassCastException is thrown when object cannot be cast to a type 859 Otherwise ClassCastException is thrown. 911 description: Check that ClassCastException is thrown when array cannot be cast to a type 914 Otherwise ClassCastException is thrown. 956 description: Check that ClassCastException is thrown when array cannot be cast to a type 959 Otherwise ClassCastException is thrown.
|
| D | throw.yaml | 135 description: Check that NullPointerException is thrown when register value is null 167 description: Check that NullPointerException is thrown when register value is null 769 …ndler is found, the frame of invoker is restored. If such frame exists, the exception is re-thrown. 815 …ndler is found, the frame of invoker is restored. If such frame exists, the exception is re-thrown. 863 …is found, the frame of invoker is restored. If such frame exists, the exception is re-thrown. If no 864 …ndler is found, the frame of invoker is restored. If such frame exists, the exception is re-thrown. 909 …is found, the frame of invoker is restored. If such frame exists, the exception is re-thrown. If no 910 …ndler is found, the frame of invoker is restored. If such frame exists, the exception is re-thrown. 1035 …is found, the frame of invoker is restored. If such frame exists, the exception is re-thrown. If no 1036 …ndler is found, the frame of invoker is restored. If such frame exists, the exception is re-thrown.
|
| D | monitor.yaml | 76 NullPointerException is thrown. 86 on the monitor which it doesn't own, IllegalMonitorStateException is thrown.
|
| D | ststatic.64.yaml | 388 …description: Check that ExceptionInInitializerError is thrown if an unexpected exception occurs in… 454 …description: Check that ExceptionInInitializerError is thrown if an unexpected exception occurs in…
|
| D | ldstatic.64.yaml | 383 …description: Check that ExceptionInInitializerError is thrown if an unexpected exception occurs in… 448 …description: Check that ExceptionInInitializerError is thrown if an unexpected exception occurs in…
|
| D | ldobj.yaml | 128 … description: Check that NullPointerException is thrown if object ref is null in Panda context. 169 …description: Check that NullPointerException is thrown if object ref is null in PandaAssembly cont…
|
| D | ldobj.obj.yaml | 132 description: Check that NullPointerException is thrown if source ref is null 169 description: Check that NullPointerException is thrown if source ref is null
|
| D | ldobj.64.yaml | 148 … description: Check that NullPointerException is thrown if object ref is null in Panda context. 180 …description: Check that NullPointerException is thrown if object ref is null in PandaAssembly cont…
|
| D | ststatic.yaml | 390 …description: Check that ExceptionInInitializerError is thrown if an unexpected exception occurs in… 456 …description: Check that ExceptionInInitializerError is thrown if an unexpected exception occurs in…
|
| D | ldobj.v.obj.yaml | 131 description: Check that NullPointerException is thrown if source ref is null 168 description: Check that NullPointerException is thrown if source ref is null
|
| D | ldobj.v.yaml | 124 … description: Check that NullPointerException is thrown if object ref is null in Panda context. 166 …description: Check that NullPointerException is thrown if object ref is null in PandaAssembly cont…
|
| D | ldstatic.obj.yaml | 459 …description: Check that ExceptionInInitializerError is thrown if an unexpected exception occurs in… 524 …description: Check that ExceptionInInitializerError is thrown if an unexpected exception occurs in…
|
| D | ldstatic.yaml | 392 …description: Check that ExceptionInInitializerError is thrown if an unexpected exception occurs in… 457 …description: Check that ExceptionInInitializerError is thrown if an unexpected exception occurs in…
|
| D | ldobj.v.64.yaml | 146 … description: Check that NullPointerException is thrown if object ref is null in Panda context. 178 …description: Check that NullPointerException is thrown if object ref is null in PandaAssembly cont…
|
| D | lda.const.yaml | 525 description: Check that ArrayIndexOutOfBoundsException is thrown for literal array. 570 description: Check that ArrayIndexOutOfBoundsException is thrown for literal array.
|
| D | stobj.v.64.yaml | 163 …description: Check that NullPointerException is thrown if object ref is null in PandaAssembly cont… 204 …description: Check that NullPointerException is thrown if object ref is null in PandaAssembly cont…
|
| D | ststatic.obj.yaml | 729 …description: Check that ExceptionInInitializerError is thrown if an unexpected exception occurs in… 796 …description: Check that ExceptionInInitializerError is thrown if an unexpected exception occurs in…
|
| D | stobj.obj.yaml | 138 description: Check that NullPointerException is thrown if source ref is null 183 description: Check that NullPointerException is thrown if source ref is null
|
| D | stobj.v.obj.yaml | 123 description: Check that NullPointerException is thrown if source ref is null. 167 description: Check that NullPointerException is thrown if source ref is null.
|
| /arkcompiler/runtime_core/docs/ |
| D | debugger-vscode-communication.md | 21 …on was not established at the allocated time the `Can not launch debug server` error will be thrown
|
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | initobj-bad-02.pa | 14 # check that InstantiationError is thrown if ctor is abstract
|
| /arkcompiler/runtime_core/docs/bc_verification/ |
| D | absint_checks.md | 29 ### Checks of exceptions, that can be thrown in runtime
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_generator_object_test.cpp | 55 * be thrown.
|
| /arkcompiler/runtime_core/verification/ |
| D | messages.yaml | 168 …message: constant null in register v${reg}. NPE exception will always be thrown here. Accumulator … 174 message: constant null in accumulator. NPE exception will always be thrown here.
|
12