Searched full:negativearraysizeexception (Results 1 – 6 of 6) sorted by relevance
| /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/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/runtime/core/ |
| D | core_language_context.h | 86 return utf::CStringAsMutf8("Lpanda/NegativeArraySizeException;"); in GetNegativeArraySizeExceptionClassDescriptor()
|
| /arkcompiler/runtime_core/runtime/entrypoints/ |
| D | entrypoints.yaml | 120 - name: NegativeArraySizeException
|
| /arkcompiler/runtime_core/isa/ |
| D | isa.yaml | 162 description: Bytecode throws NegativeArraySizeException if index is less than zero.
|