Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/static_core/plugins/ets/tests/integrational/
Dmock_stdlib.pa34 .record std.core.OutOfMemoryError {
39 .function void std.core.OutOfMemoryError.ctor(std.core.OutOfMemoryError a0, std.core.String a1, std…
41 stobj.obj a0, std.core.OutOfMemoryError.message
43 stobj.obj a0, std.core.OutOfMemoryError.cause
47 .function std.core.String std.core.OutOfMemoryError.getMessage(std.core.OutOfMemoryError a0) {
48 ldobj.obj a0, std.core.OutOfMemoryError.message
52 .function std.core.Object std.core.OutOfMemoryError.getCause(std.core.OutOfMemoryError a0) {
53 ldobj.obj a0, std.core.OutOfMemoryError.cause
/arkcompiler/runtime_core/static_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/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/static_core/plugins/ets/stdlib/std/core/
DGC.sts190 * @throws OutOfMemoryError if VM has not enough heap space for array allocation
205 * @throws OutOfMemoryError if VM has not enough heap space for array allocation
220 * @throws OutOfMemoryError if VM has not enough heap space for array allocation
235 * @throws OutOfMemoryError if VM has not enough heap space for array allocation
250 * @throws OutOfMemoryError if VM has not enough heap space for array allocation
265 * @throws OutOfMemoryError if VM has not enough heap space for array allocation
280 * @throws OutOfMemoryError if VM has not enough heap space for array allocation
295 * @throws OutOfMemoryError if VM has not enough heap space for array allocation
DErrors.sts124 export class OutOfMemoryError extends Error {
126 super("OutOfMemoryError", message, options)
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/
Doome1.sts17 desc: OutOfMemoryError is thrown by an assignment to an array component of
40 } catch (e: OutOfMemoryError) {
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/gc/stress/
Dtest_stress_gc_humongous.sts28 catch(e: OutOfMemoryError) {
61 catch(e: OutOfMemoryError) {
95 catch(e: OutOfMemoryError) {
113 catch(e: OutOfMemoryError) {
Dtest_stress_gc_humongous_bq.sts42 catch(e: OutOfMemoryError) {
63 catch(e: OutOfMemoryError) {
/arkcompiler/runtime_core/static_core/pandastdlib/
Dpandastdlib.pa125 .record panda.OutOfMemoryError {
496 .function void panda.OutOfMemoryError.ctor(panda.OutOfMemoryError a0, panda.String a1, panda.Object…
498 stobj.obj a0, panda.OutOfMemoryError.message
500 stobj.obj a0, panda.OutOfMemoryError.cause
504 .function panda.String panda.OutOfMemoryError.getMessage(panda.OutOfMemoryError a0) {
505 ldobj.obj a0, panda.OutOfMemoryError.message
509 .function panda.Object panda.OutOfMemoryError.getCause(panda.OutOfMemoryError a0) {
510 ldobj.obj a0, panda.OutOfMemoryError.cause
/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/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/
Dnull.params.yaml31 - OutOfMemoryError
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/coroutines/
Dlaunch_oom.sts29 if (e instanceof OutOfMemoryError) {
/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
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/intrinsics/
Dstringbuilder_oom.sts25 } catch (e: OutOfMemoryError) {
/arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/
Dets_stringbuilder_oom.sts28 } catch (e: OutOfMemoryError) {
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dnewobj.yaml603 description: Create objects with newobj instruction until OutOfMemoryError
609 .record panda.OutOfMemoryError <external>
628 ldai 0 # Expected panda.OutOfMemoryError
633 .catch panda.OutOfMemoryError, begin, end, catch_OOME
Dnewarr.yaml27 .record panda.OutOfMemoryError <external>
597 ldai 0 # Expected panda.OutOfMemoryError
602 .catch panda.OutOfMemoryError, begin, end, catch_OOME
606 Check `newarr` throws OutOfMemoryError.
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_language_context.h146 return utf::CStringAsMutf8("Lpanda/OutOfMemoryError;"); in GetOutOfMemoryErrorClassDescriptor()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_panda_file_items.h118 …ic constexpr std::string_view OUT_OF_MEMORY_ERROR = "Lstd/core/OutOfMemoryError;";
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/02.array_creation_expressions/01.runtime_evaluation_of_array_creation_expressions/
Dexpr.params.yaml120 } catch (e: OutOfMemoryError) {

12