Searched full:illegalmonitorstateexception (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/runtime_core/static_core/tests/cts-assembly/ |
| D | exceptions-monitor-state.pa | 14 # 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/ |
| D | monitor.yaml | 27 .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/ |
| D | pandastdlib.pa | 118 .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/ |
| D | pandastdlib.pa | 120 .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/ |
| D | Exceptions.sts | 175 export final class IllegalMonitorStateException extends Exception {
|
| /arkcompiler/runtime_core/static_core/runtime/core/ |
| D | core_language_context.h | 246 return utf::CStringAsMutf8("Lpanda/IllegalMonitorStateException;"); in GetIllegalMonitorStateExceptionDescriptor()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_panda_file_items.h | 90 … std::string_view ILLEGAL_MONITOR_STATE_EXCEPTION = "Lstd/core/IllegalMonitorStateException;";
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | js_refconvert_builtin.cpp | 155 … std::make_tuple("Lstd/core/IllegalMonitorStateException;", NO_MIRROR, &W_EXCEPTION_OVERLOADS), in RegisterExceptions()
|