Searched full:arrayindexoutofboundsexception (Results 1 – 25 of 69) sorted by relevance
123
| /arkcompiler/runtime_core/static_core/tests/cts-assembly/ |
| D | arrays-12.pa | 15 .record panda.ArrayIndexOutOfBoundsException <external> 18 .function panda.String panda.ArrayIndexOutOfBoundsException.getMessage(panda.ArrayIndexOutOfBoundsE… 21 # check ArrayIndexOutOfBoundsException in case of load from the array 35 call.virt panda.ArrayIndexOutOfBoundsException.getMessage, v0 45 .catch panda.ArrayIndexOutOfBoundsException, try_begin, try_end, catch_block1_begin
|
| D | arrays-13.pa | 15 .record panda.ArrayIndexOutOfBoundsException <external> 18 .function panda.String panda.ArrayIndexOutOfBoundsException.getMessage(panda.ArrayIndexOutOfBoundsE… 21 # check ArrayIndexOutOfBoundsException in case of store to the array 36 call.virt panda.ArrayIndexOutOfBoundsException.getMessage, v0 46 .catch panda.ArrayIndexOutOfBoundsException, try_begin, try_end, catch_block1_begin
|
| D | try-catch-04.pa | 14 .record panda.ArrayIndexOutOfBoundsException <external> 31 .catch panda.ArrayIndexOutOfBoundsException, try_begin_label_0, try_end_label_0, catch_block1_begin
|
| D | try-catch-03.pa | 14 .record panda.ArrayIndexOutOfBoundsException <external> 31 .catch panda.ArrayIndexOutOfBoundsException, try_begin_label_0, try_end_label_0, catch_block1_begin
|
| D | arrays-07.pa | 30 # throw ArrayIndexOutOfBoundsException
|
| D | arrays-08.pa | 30 # throw ArrayIndexOutOfBoundsException
|
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | arrays-12.pa | 15 .record panda.ArrayIndexOutOfBoundsException <external> 18 .function panda.String panda.ArrayIndexOutOfBoundsException.getMessage(panda.ArrayIndexOutOfBoundsE… 21 # check ArrayIndexOutOfBoundsException in case of load from the array 35 call.virt panda.ArrayIndexOutOfBoundsException.getMessage, v0 45 .catch panda.ArrayIndexOutOfBoundsException, try_begin, try_end, catch_block1_begin
|
| D | arrays-13.pa | 15 .record panda.ArrayIndexOutOfBoundsException <external> 18 .function panda.String panda.ArrayIndexOutOfBoundsException.getMessage(panda.ArrayIndexOutOfBoundsE… 21 # check ArrayIndexOutOfBoundsException in case of store to the array 36 call.virt panda.ArrayIndexOutOfBoundsException.getMessage, v0 46 .catch panda.ArrayIndexOutOfBoundsException, try_begin, try_end, catch_block1_begin
|
| D | arrays-07.pa | 30 # throw ArrayIndexOutOfBoundsException
|
| D | arrays-08.pa | 30 # throw ArrayIndexOutOfBoundsException
|
| /arkcompiler/runtime_core/static_core/pandastdlib/ |
| D | pandastdlib.pa | 40 .record panda.ArrayIndexOutOfBoundsException { 190 .function void panda.ArrayIndexOutOfBoundsException.ctor(panda.ArrayIndexOutOfBoundsException a0, p… 192 stobj.obj a0, panda.ArrayIndexOutOfBoundsException.message 194 stobj.obj a0, panda.ArrayIndexOutOfBoundsException.cause 198 .function panda.String panda.ArrayIndexOutOfBoundsException.getMessage(panda.ArrayIndexOutOfBoundsE… 199 ldobj.obj a0, panda.ArrayIndexOutOfBoundsException.message 203 .function panda.Object panda.ArrayIndexOutOfBoundsException.getCause(panda.ArrayIndexOutOfBoundsExc… 204 ldobj.obj a0, panda.ArrayIndexOutOfBoundsException.cause
|
| /arkcompiler/runtime_core/pandastdlib/ |
| D | pandastdlib.pa | 38 .record panda.ArrayIndexOutOfBoundsException { 174 .function void panda.ArrayIndexOutOfBoundsException.ctor(panda.ArrayIndexOutOfBoundsException a0, p… 176 stobj.obj a0, panda.ArrayIndexOutOfBoundsException.message 178 stobj.obj a0, panda.ArrayIndexOutOfBoundsException.cause 182 .function panda.String panda.ArrayIndexOutOfBoundsException.getMessage(panda.ArrayIndexOutOfBoundsE… 183 ldobj.obj a0, panda.ArrayIndexOutOfBoundsException.message 187 .function panda.Object panda.ArrayIndexOutOfBoundsException.getCause(panda.ArrayIndexOutOfBoundsExc… 188 ldobj.obj a0, panda.ArrayIndexOutOfBoundsException.cause
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | osr_test.cpp | 318 .record panda.ArrayIndexOutOfBoundsException <external> in TEST_F() 342 .catch panda.ArrayIndexOutOfBoundsException, try_begin, try_end, catch_block1_begin in TEST_F() 364 .record panda.ArrayIndexOutOfBoundsException <external> 387 .catch panda.ArrayIndexOutOfBoundsException, try_begin, try_end, catch_block1_begin 441 .record panda.ArrayIndexOutOfBoundsException <external> 456 .catch panda.ArrayIndexOutOfBoundsException, try_begin, try_end, catch_block1_begin 495 .record panda.ArrayIndexOutOfBoundsException <external> 510 .catch panda.ArrayIndexOutOfBoundsException, try_begin, try_end, catch_block1_begin 579 .record panda.ArrayIndexOutOfBoundsException <external> 608 .catch panda.ArrayIndexOutOfBoundsException, try_begin, try_end, catch_block1_begin
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | osr_test.cpp | 309 .record panda.ArrayIndexOutOfBoundsException <external> in TEST_F() 333 .catch panda.ArrayIndexOutOfBoundsException, try_begin, try_end, catch_block1_begin in TEST_F() 355 .record panda.ArrayIndexOutOfBoundsException <external> 378 .catch panda.ArrayIndexOutOfBoundsException, try_begin, try_end, catch_block1_begin 430 .record panda.ArrayIndexOutOfBoundsException <external> 445 .catch panda.ArrayIndexOutOfBoundsException, try_begin, try_end, catch_block1_begin 483 .record panda.ArrayIndexOutOfBoundsException <external> 498 .catch panda.ArrayIndexOutOfBoundsException, try_begin, try_end, catch_block1_begin 565 .record panda.ArrayIndexOutOfBoundsException <external> 594 .catch panda.ArrayIndexOutOfBoundsException, try_begin, try_end, catch_block1_begin
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | lda.const.yaml | 525 description: Check that ArrayIndexOutOfBoundsException is thrown for literal array. 530 .record panda.ArrayIndexOutOfBoundsException <external> 543 ldai 0 # Expected panda.ArrayIndexOutOfBoundsException 550 .catch panda.ArrayIndexOutOfBoundsException, begin, end, catch_AOOBE 570 description: Check that ArrayIndexOutOfBoundsException is thrown for literal array. 579 .record panda.ArrayIndexOutOfBoundsException <external> 598 ldai 0 # Expected panda.ArrayIndexOutOfBoundsException 605 .catch panda.ArrayIndexOutOfBoundsException, begin, end, catch_AOOBE
|
| D | ldarr.64.yaml | 20 .record panda.ArrayIndexOutOfBoundsException<external> 23 .record panda.ArrayIndexOutOfBoundsException<external> 668 ldai 0 # Expected panda.ArrayIndexOutOfBoundsException 675 .catch panda.ArrayIndexOutOfBoundsException, begin, end, catch_AOOBE 727 ldai 0 # Expected panda.ArrayIndexOutOfBoundsException 734 .catch panda.ArrayIndexOutOfBoundsException, begin, end, catch_AOOBE
|
| D | ldarr.yaml | 20 .record panda.ArrayIndexOutOfBoundsException<external> 23 .record panda.ArrayIndexOutOfBoundsException<external> 658 ldai 0 # Expected panda.ArrayIndexOutOfBoundsException 665 .catch panda.ArrayIndexOutOfBoundsException, begin, end, catch_AOOBE 717 ldai 0 # Expected panda.ArrayIndexOutOfBoundsException 724 .catch panda.ArrayIndexOutOfBoundsException, begin, end, catch_AOOBE
|
| D | ldarr.8.yaml | 20 .record panda.ArrayIndexOutOfBoundsException<external> 23 .record panda.ArrayIndexOutOfBoundsException<external> 670 ldai 0 # Expected panda.ArrayIndexOutOfBoundsException 677 .catch panda.ArrayIndexOutOfBoundsException, begin, end, catch_AOOBE 729 ldai 0 # Expected panda.ArrayIndexOutOfBoundsException 736 .catch panda.ArrayIndexOutOfBoundsException, begin, end, catch_AOOBE
|
| D | ldarru.16.yaml | 20 .record panda.ArrayIndexOutOfBoundsException<external> 23 .record panda.ArrayIndexOutOfBoundsException<external> 656 ldai 0 # Expected panda.ArrayIndexOutOfBoundsException 663 .catch panda.ArrayIndexOutOfBoundsException, begin, end, catch_AOOBE 712 ldai 0 # Expected panda.ArrayIndexOutOfBoundsException 719 .catch panda.ArrayIndexOutOfBoundsException, begin, end, catch_AOOBE
|
| D | fldarr.64.yaml | 20 .record panda.ArrayIndexOutOfBoundsException<external> 23 .record panda.ArrayIndexOutOfBoundsException<external> 662 ldai 0 # Expected panda.ArrayIndexOutOfBoundsException 669 .catch panda.ArrayIndexOutOfBoundsException, begin, end, catch_AOOBE 719 ldai 0 # Expected panda.ArrayIndexOutOfBoundsException 726 .catch panda.ArrayIndexOutOfBoundsException, begin, end, catch_AOOBE
|
| D | ldarru.8.yaml | 20 .record panda.ArrayIndexOutOfBoundsException<external> 23 .record panda.ArrayIndexOutOfBoundsException<external> 667 ldai 0 # Expected panda.ArrayIndexOutOfBoundsException 674 .catch panda.ArrayIndexOutOfBoundsException, begin, end, catch_AOOBE 726 ldai 0 # Expected panda.ArrayIndexOutOfBoundsException 733 .catch panda.ArrayIndexOutOfBoundsException, begin, end, catch_AOOBE
|
| D | fldarr.32.yaml | 20 .record panda.ArrayIndexOutOfBoundsException<external> 23 .record panda.ArrayIndexOutOfBoundsException<external> 662 ldai 0 # Expected panda.ArrayIndexOutOfBoundsException 669 .catch panda.ArrayIndexOutOfBoundsException, begin, end, catch_AOOBE 719 ldai 0 # Expected panda.ArrayIndexOutOfBoundsException 726 .catch panda.ArrayIndexOutOfBoundsException, begin, end, catch_AOOBE
|
| D | ldarr.16.yaml | 20 .record panda.ArrayIndexOutOfBoundsException<external> 23 .record panda.ArrayIndexOutOfBoundsException<external> 657 ldai 0 # Expected panda.ArrayIndexOutOfBoundsException 664 .catch panda.ArrayIndexOutOfBoundsException, begin, end, catch_AOOBE 713 ldai 0 # Expected panda.ArrayIndexOutOfBoundsException 720 .catch panda.ArrayIndexOutOfBoundsException, begin, end, catch_AOOBE
|
| D | ldarr.obj.yaml | 20 .record panda.ArrayIndexOutOfBoundsException <external> 24 .record panda.ArrayIndexOutOfBoundsException <external> 267 ldai 0 # Expected panda.ArrayIndexOutOfBoundsException 274 .catch panda.ArrayIndexOutOfBoundsException, begin, end, catch_AOOBE 323 ldai 0 # Expected panda.ArrayIndexOutOfBoundsException 330 .catch panda.ArrayIndexOutOfBoundsException, begin, end, catch_AOOBE
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | lda.const.yaml | 469 description: Check that ArrayIndexOutOfBoundsException is thrown for literal array. 474 .record panda.ArrayIndexOutOfBoundsException <external> 485 ldai 0 # Expected panda.ArrayIndexOutOfBoundsException 490 .catch panda.ArrayIndexOutOfBoundsException, begin, end, catch_AOOBE
|
123