Searched full:arithmeticexception (Results 1 – 25 of 29) sorted by relevance
12
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | math-47.pa | 15 .record panda.ArithmeticException <external> 18 .function panda.String panda.ArithmeticException.getMessage(panda.ArithmeticException a0) <external> 21 # check ArithmeticException in case of division by zero 34 call.virt panda.ArithmeticException.getMessage, v0 44 .catch panda.ArithmeticException, try_begin, try_end, catch_block1_begin
|
| D | math-48.pa | 15 .record panda.ArithmeticException <external> 18 .function panda.String panda.ArithmeticException.getMessage(panda.ArithmeticException a0) <external> 21 # check ArithmeticException in case of mod by zero 33 call.virt panda.ArithmeticException.getMessage, v0 43 .catch panda.ArithmeticException, try_begin, try_end, catch_block1_begin
|
| /arkcompiler/runtime_core/pandastdlib/ |
| D | pandastdlib.pa | 73 .record panda.ArithmeticException { 300 .function void panda.ArithmeticException.ctor(panda.ArithmeticException a0, panda.String a1, panda.… 302 stobj.obj a0, panda.ArithmeticException.message 304 stobj.obj a0, panda.ArithmeticException.cause 308 .function panda.String panda.ArithmeticException.getMessage(panda.ArithmeticException a0) { 309 ldobj.obj a0, panda.ArithmeticException.message 313 .function panda.Object panda.ArithmeticException.getCause(panda.ArithmeticException a0) { 314 ldobj.obj a0, panda.ArithmeticException.cause
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | jmp.yaml | 232 .record panda.ArithmeticException <external> 236 newobj v0, panda.ArithmeticException 244 .catch panda.ArithmeticException, begin, end, catch_ae
|
| D | modi.yaml | 193 header-template: [ArithmeticException, main] 205 ldai 0 # Expected panda.ArithmeticException 212 .catch panda.ArithmeticException, begin, end, catch_AE 215 description: Check `modi` throws ArithmeticException when divides by zero.
|
| D | divi.yaml | 192 header-template: [ArithmeticException, main] 205 ldai 0 # Expected panda.ArithmeticException 212 .catch panda.ArithmeticException, begin, end, catch_AE 215 description: Check `divi` throws ArithmeticException when divides by zero.
|
| D | mod2.64.yaml | 310 header-template: [ArithmeticException, main] 322 ldai 0 # Expected panda.ArithmeticException 329 .catch panda.ArithmeticException, begin, end, catch_AE 332 description: Check `mod2.64` throws ArithmeticException when divides by zero.
|
| D | modu2.64.yaml | 315 header-template: [ArithmeticException, main] 328 ldai 0 # Expected panda.ArithmeticException 335 .catch panda.ArithmeticException, begin, end, catch_AE 338 description: Check `modu2.64` throws ArithmeticException when divides by zero.
|
| D | divu2.64.yaml | 315 header-template: [ArithmeticException, main] 328 ldai 0 # Expected panda.ArithmeticException 335 .catch panda.ArithmeticException, begin, end, catch_AE 338 description: Check `divu2.64` throws ArithmeticException when divides by zero.
|
| D | div2.yaml | 342 header-template: [ArithmeticException, main] 354 ldai 0 # Expected panda.ArithmeticException 361 .catch panda.ArithmeticException, begin, end, catch_AE 364 description: Check `div2` throws ArithmeticException when divides by zero.
|
| D | divu2.yaml | 316 header-template: [ArithmeticException, main] 328 ldai 0 # Expected panda.ArithmeticException 335 .catch panda.ArithmeticException, begin, end, catch_AE 338 description: Check `divu2` throws ArithmeticException when divides by zero.
|
| D | mod2.yaml | 340 header-template: [ArithmeticException, main] 352 ldai 0 # Expected panda.ArithmeticException 359 .catch panda.ArithmeticException, begin, end, catch_AE 362 description: Check `mod2` throws ArithmeticException when divides by zero.
|
| D | modu2.yaml | 316 header-template: [ArithmeticException, main] 328 ldai 0 # Expected panda.ArithmeticException 335 .catch panda.ArithmeticException, begin, end, catch_AE 338 description: Check `modu2` throws ArithmeticException when divides by zero.
|
| D | div.yaml | 208 header-template: [ArithmeticException, main] 221 ldai 0 # Expected panda.ArithmeticException 228 .catch panda.ArithmeticException, begin, end, catch_AE 231 description: Check `div` throws ArithmeticException when divides by zero.
|
| D | mod.yaml | 209 header-template: [ArithmeticException, main] 221 ldai 0 # Expected panda.ArithmeticException 228 .catch panda.ArithmeticException, begin, end, catch_AE 231 description: Check `mod` throws ArithmeticException when divides by zero.
|
| D | div2.64.yaml | 311 header-template: [ArithmeticException, main] 323 ldai 0 # Expected panda.ArithmeticException 330 .catch panda.ArithmeticException, begin, end, catch_AE 333 description: Check `div2.64` throws ArithmeticException when divides by zero.
|
| D | jnez.yaml | 265 .record panda.ArithmeticException <external> 270 newobj v0, panda.ArithmeticException 278 .catch panda.ArithmeticException, begin, end, catch_ae
|
| D | jgtz.yaml | 274 .record panda.ArithmeticException <external> 279 newobj v0, panda.ArithmeticException 287 .catch panda.ArithmeticException, begin, end, catch_ae
|
| D | jeqz.yaml | 264 .record panda.ArithmeticException <external> 269 newobj v0, panda.ArithmeticException 277 .catch panda.ArithmeticException, begin, end, catch_ae
|
| D | jltz.yaml | 276 .record panda.ArithmeticException <external> 281 newobj v0, panda.ArithmeticException 289 .catch panda.ArithmeticException, begin, end, catch_ae
|
| D | jlez.yaml | 339 .record panda.ArithmeticException <external> 344 newobj v0, panda.ArithmeticException 352 .catch panda.ArithmeticException, begin, end, catch_ae
|
| D | jgez.yaml | 334 .record panda.ArithmeticException <external> 339 newobj v0, panda.ArithmeticException 347 .catch panda.ArithmeticException, begin, end, catch_ae
|
| D | template.yaml | 104 - name: ArithmeticException 107 .record panda.ArithmeticException <external>
|
| /arkcompiler/runtime_core/runtime/tests/interpreter/ |
| D | test_runtime_interface.cpp | 26 RuntimeInterface::ArithmeticException RuntimeInterface::arithmetic_exception_data;
|
| D | test_runtime_interface.h | 106 struct ArithmeticException { struct 364 static void SetArithmeticExceptionData(ArithmeticException data) in SetArithmeticExceptionData() 445 static ArithmeticException arithmetic_exception_data;
|
12