Searched full:classcastexception (Results 1 – 9 of 9) sorted by relevance
| /ark/runtime_core/tests/cts-generator/cts-template/ |
| D | checkcast.yaml | 23 .record java.lang.ClassCastException <external> 37 .record panda.ClassCastException <external> 49 … resolved type, accumulator content remains unchanged. Otherwise ClassCastException is thrown. 77 .catch panda.ClassCastException, try_begin, try_end, try_end 92 checkcast panda.ClassCastException 117 .catch panda.ClassCastException, try_begin, try_end, try_end 132 checkcast panda.ClassCastException[] 156 .catch panda.ClassCastException, try_begin, try_end, try_end 160 - newobj v1, panda.ClassCastException 195 .catch panda.ClassCastException, try_begin, try_end, try_end [all …]
|
| D | isinstance.yaml | 38 .record panda.ClassCastException <external> 198 newobj v0, panda.ClassCastException 247 newarr v0, v0, panda.ClassCastException[] 264 newarr v0, v0, panda.ClassCastException[] 298 newobj v0, panda.ClassCastException 316 - panda.ClassCastException 323 - panda.ClassCastException 335 newarr v0, v0, panda.ClassCastException[] 354 - panda.ClassCastException[] 369 newarr v0, v0, panda.ClassCastException[] [all …]
|
| D | newarr.yaml | 22 .record panda.ClassCastException <external> 211 - values: ['panda.ClassCastException[]', 'panda.ClassCastException[]'] 216 - values: ['panda.ClassCastException[][][][][]', 'panda.ClassCastException[][][][][]'] 595 - 'panda.ClassCastException[]' 647 - values: ['panda.ClassCastException[][][][]']
|
| /ark/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
|
| /ark/runtime_core/pandastdlib/ |
| D | pandastdlib.pa | 73 .record panda.ClassCastException { 295 .function void panda.ClassCastException.ctor(panda.ClassCastException a0, panda.String a1, panda.Ob… 297 stobj.obj a0, panda.ClassCastException.message 299 stobj.obj a0, panda.ClassCastException.cause 303 .function panda.String panda.ClassCastException.getMessage(panda.ClassCastException a0) { 304 ldobj.obj a0, panda.ClassCastException.message 308 .function panda.Object panda.ClassCastException.getCause(panda.ClassCastException a0) { 309 ldobj.obj a0, panda.ClassCastException.cause
|
| /ark/runtime_core/runtime/entrypoints/ |
| D | entrypoints.yaml | 76 - name: ClassCastException
|
| /ark/js_runtime/ecmascript/ |
| D | ecma_language_context.h | 169 return utf::CStringAsMutf8("Lpanda/ClassCastException;"); in GetClassCastExceptionClassDescriptor()
|
| /ark/runtime_core/runtime/core/ |
| D | core_language_context.h | 111 return utf::CStringAsMutf8("Lpanda/ClassCastException;"); in GetClassCastExceptionClassDescriptor()
|
| /ark/runtime_core/isa/ |
| D | isa.yaml | 163 description: Bytecode throws ClassCastException if type cast failed. 2796 accumulator content remains unchanged. Otherwise ClassCastException is thrown. 2812 throw ClassCastException
|