Searched full:classcastexception (Results 1 – 14 of 14) sorted by relevance
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | checkcast.yaml | 23 .record panda.ClassCastException <external> 37 .record panda.ClassCastException <external> 49 … resolved type, accumulator content remains unchanged. Otherwise ClassCastException is thrown. 80 .catch panda.ClassCastException, try_begin, try_end, catch_begin 95 checkcast panda.ClassCastException 125 .catch panda.ClassCastException, try_begin, try_end, catch_begin 145 checkcast panda.ClassCastException 173 .catch panda.ClassCastException, try_begin, try_end, catch_begin 188 checkcast panda.ClassCastException[] 218 .catch panda.ClassCastException, try_begin, try_end, catch_begin [all …]
|
| D | isinstance.yaml | 25 .record panda.ClassCastException <external> 40 .record panda.ClassCastException <external> 171 isinstance panda.ClassCastException 253 isinstance panda.ClassCastException 371 newobj v0, panda.ClassCastException 420 newarr v0, v0, panda.ClassCastException[] 437 newarr v0, v0, panda.ClassCastException[] 639 newobj v0, panda.ClassCastException 657 - panda.ClassCastException 664 - panda.ClassCastException [all …]
|
| D | newarr.yaml | 22 .record panda.ClassCastException <external> 315 - values: ['panda.ClassCastException[]', 'panda.ClassCastException[]'] 320 - values: ['panda.ClassCastException[][][][][]', 'panda.ClassCastException[][][][][]'] 898 - 'panda.ClassCastException[]' 1021 - values: ['panda.ClassCastException[][][][]']
|
| D | call.polymorphic.range.yaml | 634 .record panda.ClassCastException <external> 674 - .catch panda.ClassCastException, try_begin, try_end, catch_begin, catch_end 678 - .catch panda.ClassCastException, try_begin, try_end, catch_begin, catch_end 950 # ClassCastException is expected, set W into R[], W is not R 953 .record panda.ClassCastException <external> 958 - .catch panda.ClassCastException, try_begin, try_end, catch_begin, catch_end
|
| D | call.polymorphic.yaml | 540 .record panda.ClassCastException <external> 580 - .catch panda.ClassCastException, try_begin, try_end, catch_begin, catch_end 584 - .catch panda.ClassCastException, try_begin, try_end, catch_begin, catch_end 855 # ClassCastException is expected, set W into R[], W is not R 858 .record panda.ClassCastException <external> 863 - .catch panda.ClassCastException, try_begin, try_end, catch_begin, catch_end
|
| D | call.polymorphic.short.yaml | 312 .record panda.ClassCastException <external> 352 - .catch panda.ClassCastException, try_begin, try_end, catch_begin, catch_end 356 - .catch panda.ClassCastException, try_begin, try_end, catch_begin, catch_end
|
| D | calle.polymorphic.range.yaml | 950 # ClassCastException is expected, set W into R[], W is not R 953 .record panda.ClassCastException <external> 958 - .catch panda.ClassCastException, try_begin, try_end, catch_begin, catch_end
|
| D | calle.polymorphic.yaml | 855 # ClassCastException is expected, set W into R[], W is not R 858 .record panda.ClassCastException <external> 863 - .catch panda.ClassCastException, try_begin, try_end, catch_begin, catch_end
|
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | obj-28.pa | 15 .record panda.ClassCastException <external> 18 .function panda.String panda.ClassCastException.getMessage(panda.ClassCastException a0) <external> 24 # check ClassCastException 38 call.virt panda.ClassCastException.getMessage, v0 48 .catch panda.ClassCastException, try_begin, try_end, catch_block1_begin
|
| /arkcompiler/runtime_core/pandastdlib/ |
| D | pandastdlib.pa | 78 .record panda.ClassCastException { 318 .function void panda.ClassCastException.ctor(panda.ClassCastException a0, panda.String a1, panda.Ob… 320 stobj.obj a0, panda.ClassCastException.message 322 stobj.obj a0, panda.ClassCastException.cause 326 .function panda.String panda.ClassCastException.getMessage(panda.ClassCastException a0) { 327 ldobj.obj a0, panda.ClassCastException.message 331 .function panda.Object panda.ClassCastException.getCause(panda.ClassCastException a0) { 332 ldobj.obj a0, panda.ClassCastException.cause
|
| /arkcompiler/runtime_core/runtime/core/ |
| D | core_language_context.h | 101 return utf::CStringAsMutf8("Lpanda/ClassCastException;"); in GetClassCastExceptionClassDescriptor()
|
| /arkcompiler/runtime_core/runtime/entrypoints/ |
| D | entrypoints.yaml | 111 - name: ClassCastException
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | instructions.yaml | 431 …ject in the first input can't be cast to the type in the second input ClassCastException is thrown.
|
| /arkcompiler/runtime_core/isa/ |
| D | isa.yaml | 170 description: Bytecode throws ClassCastException if type cast failed.
|