Home
last modified time | relevance | path

Searched full:classcastexception (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dcheckcast.yaml23 .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 …]
Disinstance.yaml25 .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 …]
Dnewarr.yaml22 .record panda.ClassCastException <external>
315 - values: ['panda.ClassCastException[]', 'panda.ClassCastException[]']
320 - values: ['panda.ClassCastException[][][][][]', 'panda.ClassCastException[][][][][]']
898 - 'panda.ClassCastException[]'
1021 - values: ['panda.ClassCastException[][][][]']
Dcall.polymorphic.range.yaml634 .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
Dcall.polymorphic.yaml540 .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
Dcall.polymorphic.short.yaml312 .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
Dcalle.polymorphic.range.yaml950 # 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
Dcalle.polymorphic.yaml855 # 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/
Dobj-28.pa15 .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/
Dpandastdlib.pa78 .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/
Dcore_language_context.h101 return utf::CStringAsMutf8("Lpanda/ClassCastException;"); in GetClassCastExceptionClassDescriptor()
/arkcompiler/runtime_core/runtime/entrypoints/
Dentrypoints.yaml111 - name: ClassCastException
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinstructions.yaml431 …ject in the first input can't be cast to the type in the second input ClassCastException is thrown.
/arkcompiler/runtime_core/isa/
Disa.yaml170 description: Bytecode throws ClassCastException if type cast failed.