Home
last modified time | relevance | path

Searched full:outofmemoryerror (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/runtime_core/tests/cts-assembly/
Doom-02.pa18 .record panda.OutOfMemoryError <external>
87 .catch panda.OutOfMemoryError, label_1, label_1end, label_1catch
88 .catch panda.OutOfMemoryError, label_0, label_2, label_2
Doom-01.pa17 .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/
Dpandastdlib.pa123 .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/
Dnewobj.yaml1043 …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
Dnewarr.yaml53 .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.
Dinitobj.short.yaml3146 …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
Dinitobj.yaml3340 …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
Dinitobj.range.yaml3619 …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/
Dcore_language_context.h141 return utf::CStringAsMutf8("Lpanda/OutOfMemoryError;"); in GetOutOfMemoryErrorClassDescriptor()
/arkcompiler/ets_runtime/ecmascript/base/tests/
Derror_helper_test.cpp152 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/
Dglobal_env_constants.cpp386 …nstant(ConstantIndex::OOM_ERROR_STRING_INDEX, factory->NewFromASCIINonMovable("OutOfMemoryError")); in InitGlobalConstant()
/arkcompiler/runtime_core/isa/
Disa.yaml174 description: Bytecode throws OutOfMemoryError if failed to allocate object.
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp1141 "OutOfMemoryError", JSType::JS_OOM_ERROR); in InitializeError()