Home
last modified time | relevance | path

Searched full:illegalmonitorstateexception (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/cts-assembly/
Dexceptions-monitor-state.pa14 # Check IllegalMonitorStateException
16 .record panda.IllegalMonitorStateException <external>
18 .function panda.String panda.IllegalMonitorStateException.getMessage(panda.IllegalMonitorStateExcep…
22 newobj v0, panda.IllegalMonitorStateException
29 call.virt panda.IllegalMonitorStateException.getMessage, v0
42 .catch panda.IllegalMonitorStateException, try_begin, try_end, catch_block1_begin
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dmonitor.yaml27 .record panda.IllegalMonitorStateException <external>
86 on the monitor which it doesn't own, IllegalMonitorStateException is thrown.
163 Check panda.IllegalMonitorStateException on monitorexit when a monitor associated with
190 .catch panda.IllegalMonitorStateException, try_begin, try_end, catch_IMSE_block_begin
195 Check panda.IllegalMonitorStateException on monitorexit when a monitor associated with
232 .catch panda.IllegalMonitorStateException, try_begin, try_end, catch_IMSE_block_begin
/arkcompiler/runtime_core/pandastdlib/
Dpandastdlib.pa118 .record panda.IllegalMonitorStateException {
462 .function void panda.IllegalMonitorStateException.ctor(panda.IllegalMonitorStateException a0, panda…
464 stobj.obj a0, panda.IllegalMonitorStateException.message
466 stobj.obj a0, panda.IllegalMonitorStateException.cause
470 .function panda.String panda.IllegalMonitorStateException.getMessage(panda.IllegalMonitorStateExcep…
471 ldobj.obj a0, panda.IllegalMonitorStateException.message
475 .function panda.Object panda.IllegalMonitorStateException.getCause(panda.IllegalMonitorStateExcepti…
476 ldobj.obj a0, panda.IllegalMonitorStateException.cause
/arkcompiler/runtime_core/static_core/pandastdlib/
Dpandastdlib.pa120 .record panda.IllegalMonitorStateException {
478 .function void panda.IllegalMonitorStateException.ctor(panda.IllegalMonitorStateException a0, panda…
480 stobj.obj a0, panda.IllegalMonitorStateException.message
482 stobj.obj a0, panda.IllegalMonitorStateException.cause
486 .function panda.String panda.IllegalMonitorStateException.getMessage(panda.IllegalMonitorStateExcep…
487 ldobj.obj a0, panda.IllegalMonitorStateException.message
491 .function panda.Object panda.IllegalMonitorStateException.getCause(panda.IllegalMonitorStateExcepti…
492 ldobj.obj a0, panda.IllegalMonitorStateException.cause
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DExceptions.sts175 export final class IllegalMonitorStateException extends Exception {
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_language_context.h246 return utf::CStringAsMutf8("Lpanda/IllegalMonitorStateException;"); in GetIllegalMonitorStateExceptionDescriptor()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_panda_file_items.h90 … std::string_view ILLEGAL_MONITOR_STATE_EXCEPTION = "Lstd/core/IllegalMonitorStateException;";
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_refconvert_builtin.cpp155 … std::make_tuple("Lstd/core/IllegalMonitorStateException;", NO_MIRROR, &W_EXCEPTION_OVERLOADS), in RegisterExceptions()