Home
last modified time | relevance | path

Searched full:negativearraysizeexception (Results 1 – 7 of 7) sorted by relevance

/ark/runtime_core/tests/cts-assembly/
Darrays-14.pa15 .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/
Dpandastdlib.pa63 .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/
Dnewarr.yaml45 .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/
Dentrypoints.yaml83 - name: NegativeArraySizeException
/ark/js_runtime/ecmascript/
Decma_language_context.h154 return utf::CStringAsMutf8("Lpanda/NegativeArraySizeException;"); in GetNegativeArraySizeExceptionClassDescriptor()
/ark/runtime_core/runtime/core/
Dcore_language_context.h96 return utf::CStringAsMutf8("Lpanda/NegativeArraySizeException;"); in GetNegativeArraySizeExceptionClassDescriptor()
/ark/runtime_core/isa/
Disa.yaml155 description: Bytecode throws NegativeArraySizeException if index is less than zero.
2391 throw NegativeArraySizeException