Searched full:negativearraysizeexception (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/runtime_core/static_core/tests/cts-assembly/ |
| D | arrays-14.pa | 15 .record panda.NegativeArraySizeException <external> 18 .function panda.String panda.NegativeArraySizeException.getMessage(panda.NegativeArraySizeException… 21 # check NegativeArraySizeException in case of load from array 33 call.virt panda.NegativeArraySizeException.getMessage, v0 43 .catch panda.NegativeArraySizeException, try_begin, try_end, catch_block1_begin
|
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | arrays-14.pa | 15 .record panda.NegativeArraySizeException <external> 18 .function panda.String panda.NegativeArraySizeException.getMessage(panda.NegativeArraySizeException… 21 # check NegativeArraySizeException in case of load from array 33 call.virt panda.NegativeArraySizeException.getMessage, v0 43 .catch panda.NegativeArraySizeException, try_begin, try_end, catch_block1_begin
|
| /arkcompiler/runtime_core/static_core/pandastdlib/ |
| D | pandastdlib.pa | 70 .record panda.NegativeArraySizeException { 298 .function void panda.NegativeArraySizeException.ctor(panda.NegativeArraySizeException a0, panda.Str… 300 stobj.obj a0, panda.NegativeArraySizeException.message 302 stobj.obj a0, panda.NegativeArraySizeException.cause 306 .function panda.String panda.NegativeArraySizeException.getMessage(panda.NegativeArraySizeException… 307 ldobj.obj a0, panda.NegativeArraySizeException.message 311 .function panda.Object panda.NegativeArraySizeException.getCause(panda.NegativeArraySizeException a… 312 ldobj.obj a0, panda.NegativeArraySizeException.cause
|
| /arkcompiler/runtime_core/pandastdlib/ |
| D | pandastdlib.pa | 68 .record panda.NegativeArraySizeException { 282 .function void panda.NegativeArraySizeException.ctor(panda.NegativeArraySizeException a0, panda.Str… 284 stobj.obj a0, panda.NegativeArraySizeException.message 286 stobj.obj a0, panda.NegativeArraySizeException.cause 290 .function panda.String panda.NegativeArraySizeException.getMessage(panda.NegativeArraySizeException… 291 ldobj.obj a0, panda.NegativeArraySizeException.message 295 .function panda.Object panda.NegativeArraySizeException.getCause(panda.NegativeArraySizeException a… 296 ldobj.obj a0, panda.NegativeArraySizeException.cause
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | newarr.yaml | 45 .record panda.NegativeArraySizeException <external> 49 .record panda.NegativeArraySizeException <external> 602 ldai 0 # Expected panda.NegativeArraySizeException 609 .catch panda.NegativeArraySizeException, begin, end, catch_NAS 642 ldai 0 # Expected panda.NegativeArraySizeException 649 .catch panda.NegativeArraySizeException, begin, end, catch_NAS
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | newarr.yaml | 24 .record panda.NegativeArraySizeException <external> 403 ldai 0 # Expected panda.NegativeArraySizeException 408 .catch panda.NegativeArraySizeException, begin, end, catch_NAS
|
| /arkcompiler/runtime_core/static_core/runtime/core/ |
| D | core_language_context.h | 91 return utf::CStringAsMutf8("Lpanda/NegativeArraySizeException;"); in GetNegativeArraySizeExceptionClassDescriptor()
|
| /arkcompiler/runtime_core/static_core/runtime/entrypoints/ |
| D | entrypoints.yaml | 147 - name: NegativeArraySizeException
|
| /arkcompiler/runtime_core/static_core/isa/ |
| D | isa.yaml | 157 description: Bytecode throws NegativeArraySizeException if index is less than zero. 2215 throw NegativeArraySizeException
|
| /arkcompiler/runtime_core/isa/ |
| D | isa.yaml | 189 description: Bytecode throws NegativeArraySizeException if index is less than zero.
|