Home
last modified time | relevance | path

Searched full:arithmeticexception (Results 1 – 25 of 29) sorted by relevance

12

/arkcompiler/runtime_core/tests/cts-assembly/
Dmath-47.pa15 .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
Dmath-48.pa15 .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/
Dpandastdlib.pa73 .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/
Djmp.yaml232 .record panda.ArithmeticException <external>
236 newobj v0, panda.ArithmeticException
244 .catch panda.ArithmeticException, begin, end, catch_ae
Dmodi.yaml193 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.
Ddivi.yaml192 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.
Dmod2.64.yaml310 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.
Dmodu2.64.yaml315 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.
Ddivu2.64.yaml315 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.
Ddiv2.yaml342 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.
Ddivu2.yaml316 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.
Dmod2.yaml340 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.
Dmodu2.yaml316 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.
Ddiv.yaml208 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.
Dmod.yaml209 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.
Ddiv2.64.yaml311 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.
Djnez.yaml265 .record panda.ArithmeticException <external>
270 newobj v0, panda.ArithmeticException
278 .catch panda.ArithmeticException, begin, end, catch_ae
Djgtz.yaml274 .record panda.ArithmeticException <external>
279 newobj v0, panda.ArithmeticException
287 .catch panda.ArithmeticException, begin, end, catch_ae
Djeqz.yaml264 .record panda.ArithmeticException <external>
269 newobj v0, panda.ArithmeticException
277 .catch panda.ArithmeticException, begin, end, catch_ae
Djltz.yaml276 .record panda.ArithmeticException <external>
281 newobj v0, panda.ArithmeticException
289 .catch panda.ArithmeticException, begin, end, catch_ae
Djlez.yaml339 .record panda.ArithmeticException <external>
344 newobj v0, panda.ArithmeticException
352 .catch panda.ArithmeticException, begin, end, catch_ae
Djgez.yaml334 .record panda.ArithmeticException <external>
339 newobj v0, panda.ArithmeticException
347 .catch panda.ArithmeticException, begin, end, catch_ae
Dtemplate.yaml104 - name: ArithmeticException
107 .record panda.ArithmeticException <external>
/arkcompiler/runtime_core/runtime/tests/interpreter/
Dtest_runtime_interface.cpp26 RuntimeInterface::ArithmeticException RuntimeInterface::arithmetic_exception_data;
Dtest_runtime_interface.h106 struct ArithmeticException { struct
364 static void SetArithmeticExceptionData(ArithmeticException data) in SetArithmeticExceptionData()
445 static ArithmeticException arithmetic_exception_data;

12