Searched full:outofmemoryerror (Results 1 – 9 of 9) sorted by relevance
| /ark/runtime_core/pandastdlib/ |
| D | pandastdlib.pa | 118 .record panda.OutOfMemoryError { 457 .function void panda.OutOfMemoryError.ctor(panda.OutOfMemoryError a0, panda.String a1, panda.Object… 459 stobj.obj a0, panda.OutOfMemoryError.message 461 stobj.obj a0, panda.OutOfMemoryError.cause 465 .function panda.String panda.OutOfMemoryError.getMessage(panda.OutOfMemoryError a0) { 466 ldobj.obj a0, panda.OutOfMemoryError.message 470 .function panda.Object panda.OutOfMemoryError.getCause(panda.OutOfMemoryError a0) { 471 ldobj.obj a0, panda.OutOfMemoryError.cause
|
| /ark/runtime_core/tests/cts-generator/cts-template/ |
| D | newobj.yaml | 626 …description: Create objects with newobj instruction until OutOfMemoryError in PandaAssembly context 632 .record panda.OutOfMemoryError <external> 652 ldai 0 # Expected panda.OutOfMemoryError 659 .catch panda.OutOfMemoryError, begin, end, catch_OOME
|
| D | newarr.yaml | 53 .record panda.OutOfMemoryError <external> 56 .record java.lang.OutOfMemoryError <external> 614 ldai 0 # Expected panda.OutOfMemoryError 621 .catch panda.OutOfMemoryError, begin, end, catch_OOME 626 Check `newarr` throws OutOfMemoryError in Panda Assembly context.
|
| D | initobj.short.yaml | 1684 …description: Create objects with 'initobj.short' instruction until OutOfMemoryError in PandaAssemb… 1690 .record panda.OutOfMemoryError <external> 1712 ldai 0 # Expected panda.OutOfMemoryError 1719 .catch panda.OutOfMemoryError, begin, end, catch_OOME
|
| D | initobj.yaml | 1772 …description: Create objects with 'initobj' instruction until OutOfMemoryError in PandaAssembly con… 1778 .record panda.OutOfMemoryError <external> 1800 ldai 0 # Expected panda.OutOfMemoryError 1807 .catch panda.OutOfMemoryError, begin, end, catch_OOME
|
| D | initobj.range.yaml | 1934 …description: Create objects with 'initobj.range' instruction until OutOfMemoryError in PandaAssemb… 1940 .record panda.OutOfMemoryError <external> 1963 ldai 0 # Expected panda.OutOfMemoryError 1970 .catch panda.OutOfMemoryError, begin, end, catch_OOME
|
| /ark/js_runtime/ecmascript/ |
| D | ecma_language_context.h | 209 return utf::CStringAsMutf8("Lpanda/OutOfMemoryError;"); in GetOutOfMemoryErrorClassDescriptor()
|
| /ark/runtime_core/runtime/core/ |
| D | core_language_context.h | 151 return utf::CStringAsMutf8("Lpanda/OutOfMemoryError;"); in GetOutOfMemoryErrorClassDescriptor()
|
| /ark/runtime_core/isa/ |
| D | isa.yaml | 167 description: Bytecode throws OutOfMemoryError if failed to allocate object. 2396 throw OutOfMemoryError 2423 throw OutOfMemoryError 2457 throw OutOfMemoryError
|