Searched full:outofmemoryerror (Results 1 – 13 of 13) sorted by relevance
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | oom-02.pa | 18 .record panda.OutOfMemoryError <external> 87 .catch panda.OutOfMemoryError, label_1, label_1end, label_1catch 88 .catch panda.OutOfMemoryError, label_0, label_2, label_2
|
| D | oom-01.pa | 17 .record panda.OutOfMemoryError <external> 88 .catch panda.OutOfMemoryError, label_trystart, label_tryend, label_catch 89 .catch panda.OutOfMemoryError, label_foo, label_fooend, label_catch2
|
| /arkcompiler/runtime_core/pandastdlib/ |
| D | pandastdlib.pa | 123 .record panda.OutOfMemoryError { 480 .function void panda.OutOfMemoryError.ctor(panda.OutOfMemoryError a0, panda.String a1, panda.Object… 482 stobj.obj a0, panda.OutOfMemoryError.message 484 stobj.obj a0, panda.OutOfMemoryError.cause 488 .function panda.String panda.OutOfMemoryError.getMessage(panda.OutOfMemoryError a0) { 489 ldobj.obj a0, panda.OutOfMemoryError.message 493 .function panda.Object panda.OutOfMemoryError.getCause(panda.OutOfMemoryError a0) { 494 ldobj.obj a0, panda.OutOfMemoryError.cause
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | newobj.yaml | 1043 …description: Create objects with newobj instruction until OutOfMemoryError in PandaAssembly context 1049 .record panda.OutOfMemoryError <external> 1069 ldai 0 # Expected panda.OutOfMemoryError 1076 .catch panda.OutOfMemoryError, begin, end, catch_OOME 1088 …description: Create objects with newobj instruction until OutOfMemoryError in PandaAssembly context 1096 .record panda.OutOfMemoryError <external> 1116 ldai 0 # Expected panda.OutOfMemoryError 1123 .catch panda.OutOfMemoryError, begin, end, catch_OOME
|
| D | newarr.yaml | 53 .record panda.OutOfMemoryError <external> 56 .record panda.OutOfMemoryError <external> 988 ldai 0 # Expected panda.OutOfMemoryError 995 .catch panda.OutOfMemoryError, begin, end, catch_OOME 1000 Check `newarr` throws OutOfMemoryError in Panda Assembly context. 1041 ldai 0 # Expected panda.OutOfMemoryError 1048 .catch panda.OutOfMemoryError, begin, end, catch_OOME 1053 Check `newarr` throws OutOfMemoryError in PandaAssembly context.
|
| D | initobj.short.yaml | 3146 …description: Create objects with 'initobj.short' instruction until OutOfMemoryError in PandaAssemb… 3152 .record panda.OutOfMemoryError <external> 3174 ldai 0 # Expected panda.OutOfMemoryError 3181 .catch panda.OutOfMemoryError, begin, end, catch_OOME 3194 …description: Create objects with 'initobj.short' instruction until OutOfMemoryError in PandaAssemb… 3201 .record panda.OutOfMemoryError <external> 3223 ldai 0 # Expected panda.OutOfMemoryError 3230 .catch panda.OutOfMemoryError, begin, end, catch_OOME
|
| D | initobj.yaml | 3340 …description: Create objects with 'initobj' instruction until OutOfMemoryError in PandaAssembly con… 3346 .record panda.OutOfMemoryError <external> 3368 ldai 0 # Expected panda.OutOfMemoryError 3375 .catch panda.OutOfMemoryError, begin, end, catch_OOME 3388 …description: Create objects with 'initobj' instruction until OutOfMemoryError in PandaAssembly con… 3395 .record panda.OutOfMemoryError <external> 3417 ldai 0 # Expected panda.OutOfMemoryError 3424 .catch panda.OutOfMemoryError, begin, end, catch_OOME
|
| D | initobj.range.yaml | 3619 …description: Create objects with 'initobj.range' instruction until OutOfMemoryError in PandaAssemb… 3625 .record panda.OutOfMemoryError <external> 3648 ldai 0 # Expected panda.OutOfMemoryError 3655 .catch panda.OutOfMemoryError, begin, end, catch_OOME 3668 …description: Create objects with 'initobj.range' instruction until OutOfMemoryError in PandaAssemb… 3675 .record panda.OutOfMemoryError <external> 3698 ldai 0 # Expected panda.OutOfMemoryError 3705 .catch panda.OutOfMemoryError, begin, end, catch_OOME
|
| /arkcompiler/runtime_core/runtime/core/ |
| D | core_language_context.h | 141 return utf::CStringAsMutf8("Lpanda/OutOfMemoryError;"); in GetOutOfMemoryErrorClassDescriptor()
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | error_helper_test.cpp | 152 EXPECT_STREQ(oomErrorStrAcc.ToCString().c_str(), "OutOfMemoryError"); in HWTEST_F_L0() 264 …aStringAccessor(JSHandle<EcmaString>::Cast(oomNameValue)).ToCString().c_str(), "OutOfMemoryError"); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | global_env_constants.cpp | 386 …nstant(ConstantIndex::OOM_ERROR_STRING_INDEX, factory->NewFromASCIINonMovable("OutOfMemoryError")); in InitGlobalConstant()
|
| /arkcompiler/runtime_core/isa/ |
| D | isa.yaml | 174 description: Bytecode throws OutOfMemoryError if failed to allocate object.
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins.cpp | 1141 "OutOfMemoryError", JSType::JS_OOM_ERROR); in InitializeError()
|