Searched full:negativearraysizeexception (Results 1 – 7 of 7) sorted by relevance
| /ark/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
|
| /ark/runtime_core/pandastdlib/ |
| D | pandastdlib.pa | 63 .record panda.NegativeArraySizeException { 259 .function void panda.NegativeArraySizeException.ctor(panda.NegativeArraySizeException a0, panda.Str… 261 stobj.obj a0, panda.NegativeArraySizeException.message 263 stobj.obj a0, panda.NegativeArraySizeException.cause 267 .function panda.String panda.NegativeArraySizeException.getMessage(panda.NegativeArraySizeException… 268 ldobj.obj a0, panda.NegativeArraySizeException.message 272 .function panda.Object panda.NegativeArraySizeException.getCause(panda.NegativeArraySizeException a… 273 ldobj.obj a0, panda.NegativeArraySizeException.cause
|
| /ark/runtime_core/tests/cts-generator/cts-template/ |
| D | newarr.yaml | 45 .record panda.NegativeArraySizeException <external> 49 .record java.lang.NegativeArraySizeException <external> 421 ldai 0 # Expected panda.NegativeArraySizeException 428 .catch panda.NegativeArraySizeException, begin, end, catch_NAS
|
| /ark/runtime_core/runtime/entrypoints/ |
| D | entrypoints.yaml | 83 - name: NegativeArraySizeException
|
| /ark/js_runtime/ecmascript/ |
| D | ecma_language_context.h | 154 return utf::CStringAsMutf8("Lpanda/NegativeArraySizeException;"); in GetNegativeArraySizeExceptionClassDescriptor()
|
| /ark/runtime_core/runtime/core/ |
| D | core_language_context.h | 96 return utf::CStringAsMutf8("Lpanda/NegativeArraySizeException;"); in GetNegativeArraySizeExceptionClassDescriptor()
|
| /ark/runtime_core/isa/ |
| D | isa.yaml | 155 description: Bytecode throws NegativeArraySizeException if index is less than zero. 2391 throw NegativeArraySizeException
|