Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/static_core/plugins/ets/tests/integrational/
Dmock_stdlib.pa35 .record std.core.OutOfMemoryError {
40 .function void std.core.OutOfMemoryError.ctor(std.core.OutOfMemoryError a0, std.core.String a1, std…
42 stobj.obj a0, std.core.OutOfMemoryError.message
44 stobj.obj a0, std.core.OutOfMemoryError.cause
48 .function std.core.String std.core.OutOfMemoryError.getMessage(std.core.OutOfMemoryError a0) {
49 ldobj.obj a0, std.core.OutOfMemoryError.message
53 .function std.core.Object std.core.OutOfMemoryError.getCause(std.core.OutOfMemoryError a0) {
54 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.ets191 * @throws OutOfMemoryError if VM has not enough heap space for array allocation
206 * @throws OutOfMemoryError if VM has not enough heap space for array allocation
221 * @throws OutOfMemoryError if VM has not enough heap space for array allocation
236 * @throws OutOfMemoryError if VM has not enough heap space for array allocation
251 * @throws OutOfMemoryError if VM has not enough heap space for array allocation
266 * @throws OutOfMemoryError if VM has not enough heap space for array allocation
281 * @throws OutOfMemoryError if VM has not enough heap space for array allocation
296 * @throws OutOfMemoryError if VM has not enough heap space for array allocation
DErrors.ets111 export class OutOfMemoryError extends Error {
113 super("OutOfMemoryError", message, options)
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/20.implementation_details/06.outofmemoryerror_for_primitive_type_operations/
Dtest.ets20 Execution of some primitive type operations can throw OutOfMemoryError
43 if (error instanceof OutOfMemoryError) // OK
/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.ets17 desc: OutOfMemoryError is thrown by an assignment to an array component of
40 } catch (e: OutOfMemoryError) {
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/
Dets_vm_init_prealloc_test.ets78 } catch(e: OutOfMemoryError) {
107 } catch(e: OutOfMemoryError) {
114 } catch(e: OutOfMemoryError) {
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/gc/stress/
Dtest_stress_gc_humongous.ets31 catch(e: OutOfMemoryError) {
64 catch(e: OutOfMemoryError) {
98 catch(e: OutOfMemoryError) {
116 catch(e: OutOfMemoryError) {
Dtest_stress_gc_humongous_bq.ets45 catch(e: OutOfMemoryError) {
66 catch(e: OutOfMemoryError) {
/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/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/static_core/plugins/ets/doc/spec/
D20_implementation.rst188 .. OutOfMemoryError for Primitive Type Operations:
190 ``OutOfMemoryError`` for Primitive Type Operations
194 assignment) can throw ``OutOfMemoryError`` (see :ref:`Error Handling`) if
/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/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.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-common-tests/intrinsics/
Dstringbuilder_oom.ets25 } catch (e: OutOfMemoryError) {
/arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/
Dets_stringbuilder_oom.ets28 } 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/plugins/ets/runtime/types/
Dets_error.h100 static constexpr std::string_view OOM_ERROR_NAME = "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/tests/ets-templates/17.experimental_features/03.array_creation_expressions/01.runtime_evaluation_of_array_creation_expressions/
Dexpr.params.yaml120 } catch (e: OutOfMemoryError) {

12