Searched full:arraystoreexception (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/pandastdlib/ |
| D | pandastdlib.pa | 58 .record panda.ArrayStoreException { 246 .function void panda.ArrayStoreException.ctor(panda.ArrayStoreException a0, panda.String a1, panda.… 248 stobj.obj a0, panda.ArrayStoreException.message 250 stobj.obj a0, panda.ArrayStoreException.cause 254 .function panda.String panda.ArrayStoreException.getMessage(panda.ArrayStoreException a0) { 255 ldobj.obj a0, panda.ArrayStoreException.message 259 .function panda.Object panda.ArrayStoreException.getCause(panda.ArrayStoreException a0) { 260 ldobj.obj a0, panda.ArrayStoreException.cause
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | starr.obj.yaml | 41 .record panda.ArrayStoreException <external> 44 .record panda.ArrayStoreException <external> 430 ldai 0 # Expected panda.ArrayStoreException 437 .catch panda.ArrayStoreException, begin, end, catch_ASE 553 ldai 0 # Expected panda.ArrayStoreException 560 .catch panda.ArrayStoreException, begin, end, catch_ASE
|
| /arkcompiler/runtime_core/runtime/core/ |
| D | core_language_context.h | 111 return utf::CStringAsMutf8("Lpanda/ArrayStoreException;"); in GetArrayStoreExceptionClassDescriptor()
|
| /arkcompiler/runtime_core/isa/ |
| D | isa.yaml | 164 …description: Bytecode throws ArrayStoreException if element isn't instance of array's element type.
|