Home
last modified time | relevance | path

Searched full:runtimeexception (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/compiler/docs/
Dtry_catch_blocks_ir.md8 .function void RuntimeException.init(RuntimeException a0) <ctor, external>
22 .catch RuntimeException, try_begin_label_0, try_end_label_0, handler_begin_label_0_0
27 initobj.short RuntimeException.init
144 …s information that `Try-begin`'s second successor is a handler for `RuntimeException` and the thir…
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dcheckcast.yaml22 .record panda.RuntimeException <external>
420 - newobj v1, panda.RuntimeException
422 - panda.RuntimeException
474 - panda.RuntimeException
642 - panda.RuntimeException
643 - panda.RuntimeException
731 - panda.RuntimeException
776 - panda.RuntimeException
817 newobj v0, panda.RuntimeException
819 - panda.RuntimeException[]
[all …]
Dthrow.yaml19 .record panda.RuntimeException <external>
422 isinstance panda.RuntimeException
467 .catch panda.RuntimeException, try_begin, try_end, catch_RE_block_begin
472 - values: [1, 0, 3, 4, panda.RuntimeException]
539 .catch panda.RuntimeException, try_begin, try_end, catch_RE_block_begin
544 - values: [panda.RuntimeException, 1, 2, 0, 4]
616 - panda.RuntimeException
725 .catch panda.RuntimeException, begin2, end2, catch2
741 - panda.RuntimeException
855 …alues: [panda.Exception, panda.NullPointerException, panda.Exception, 0, 1, panda.RuntimeException]
[all …]
/arkcompiler/runtime_core/pandastdlib/
Dpandastdlib.pa128 .record panda.RuntimeException {
498 .function void panda.RuntimeException.ctor(panda.RuntimeException a0, panda.String a1, panda.Object…
500 stobj.obj a0, panda.RuntimeException.message
502 stobj.obj a0, panda.RuntimeException.cause
506 .function panda.String panda.RuntimeException.getMessage(panda.RuntimeException a0) {
507 ldobj.obj a0, panda.RuntimeException.message
511 .function panda.Object panda.RuntimeException.getCause(panda.RuntimeException a0) {
512 ldobj.obj a0, panda.RuntimeException.cause
/arkcompiler/runtime_core/runtime/core/
Dcore_language_context.h116 return utf::CStringAsMutf8("Lpanda/RuntimeException;"); in GetRuntimeExceptionClassDescriptor()