Home
last modified time | relevance | path

Searched full:arraystoreexception (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/pandastdlib/
Dpandastdlib.pa58 .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/
Dstarr.obj.yaml41 .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/
Dcore_language_context.h111 return utf::CStringAsMutf8("Lpanda/ArrayStoreException;"); in GetArrayStoreExceptionClassDescriptor()
/arkcompiler/runtime_core/isa/
Disa.yaml164 …description: Bytecode throws ArrayStoreException if element isn't instance of array's element type.