Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/tests/cts-assembly/
Dexceptions-runtime.pa14 # Check RuntimeException
16 .record panda.RuntimeException <external>
18 .function panda.String panda.RuntimeException.getMessage(panda.RuntimeException a0) <external>
22 newobj v0, panda.RuntimeException
29 call.virt panda.RuntimeException.getMessage, v0
42 .catch panda.RuntimeException, try_begin, try_end, catch_block1_begin
/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/static_core/pandastdlib/
Dpandastdlib.pa130 .record panda.RuntimeException {
514 .function void panda.RuntimeException.ctor(panda.RuntimeException a0, panda.String a1, panda.Object…
516 stobj.obj a0, panda.RuntimeException.message
518 stobj.obj a0, panda.RuntimeException.cause
522 .function panda.String panda.RuntimeException.getMessage(panda.RuntimeException a0) {
523 ldobj.obj a0, panda.RuntimeException.message
527 .function panda.Object panda.RuntimeException.getCause(panda.RuntimeException a0) {
528 ldobj.obj a0, panda.RuntimeException.cause
/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/static_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/static_core/plugins/ets/stdlib/native/core/
DIntlNumberFormat.cpp49 env->ThrowErrorNew(env->FindClass("std/core/RuntimeException"), message.c_str()); in LocTagToIcuLocale()
66 env->ThrowErrorNew(env->FindClass("std/core/RuntimeException"), message.c_str()); in IcuFormatDouble()
87 env->ThrowErrorNew(env->FindClass("std/core/RuntimeException"), message.c_str()); in IcuFormatDecStr()
117 env->ThrowErrorNew(env->FindClass("std/core/RuntimeException"), message.c_str()); in IcuFormatRange()
137 env->ThrowErrorNew(env->FindClass("std/core/RuntimeException"), message.c_str()); in EtsStrToFormattable()
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/escompat/
DProcess.cpp62 …env->ThrowErrorNew(env->FindClass("std/core/RuntimeException"), "Failed to create a child process"… in SpawnChildProcess()
67 …env->ThrowErrorNew(env->FindClass("std/core/RuntimeException"), "Failed to create a child process"… in SpawnChildProcess()
86 …env->ThrowErrorNew(env->FindClass("std/core/RuntimeException"), "Failed to create a child process"… in SpawnChildProcess()
230 auto exceptionClass = env->FindClass("std/core/RuntimeException"); in WaitChildProcess()
263 auto exceptionClass = env->FindClass("std/core/RuntimeException"); in KillChildProcess()
292 auto exceptionClass = env->FindClass("std/core/RuntimeException"); in CloseChildProcess()
398 auto exceptionClass = env->FindClass("std/core/RuntimeException"); in GetGroupIDs()
/arkcompiler/ets_frontend/ets2panda/test/parser/ets/
DMorph3d.sts43 public run(): void { //TBD: throws RuntimeException
/arkcompiler/ets_frontend/ets2panda/test/runtime/ets/
DMorph3d.sts43 public run(): void { //TBD: throws RuntimeException
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_language_context.h121 return utf::CStringAsMutf8("Lpanda/RuntimeException;"); in GetRuntimeExceptionClassDescriptor()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_panda_file_items.h97 …ic constexpr std::string_view RUNTIME_EXCEPTION = "Lstd/core/RuntimeException;";