Home
last modified time | relevance | path

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

/arkcompiler/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
/arkcompiler/runtime_core/pandastdlib/
Dpandastdlib.pa68 .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/
Dnewarr.yaml45 .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/
Dcore_language_context.h86 return utf::CStringAsMutf8("Lpanda/NegativeArraySizeException;"); in GetNegativeArraySizeExceptionClassDescriptor()
/arkcompiler/runtime_core/runtime/entrypoints/
Dentrypoints.yaml120 - name: NegativeArraySizeException
/arkcompiler/runtime_core/isa/
Disa.yaml162 description: Bytecode throws NegativeArraySizeException if index is less than zero.