Searched full:outofmemoryerror (Results 1 – 25 of 40) sorted by relevance
12
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/integrational/ |
| D | mock_stdlib.pa | 26 .record std.core.OutOfMemoryError { 31 .function void std.core.OutOfMemoryError.ctor(std.core.OutOfMemoryError a0, std.core.String a1, std… 33 stobj.obj a0, std.core.OutOfMemoryError.message 35 stobj.obj a0, std.core.OutOfMemoryError.cause 39 .function std.core.String std.core.OutOfMemoryError.getMessage(std.core.OutOfMemoryError a0) { 40 ldobj.obj a0, std.core.OutOfMemoryError.message 44 .function std.core.Object std.core.OutOfMemoryError.getCause(std.core.OutOfMemoryError a0) { 45 ldobj.obj a0, std.core.OutOfMemoryError.cause
|
| /arkcompiler/runtime_core/static_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/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/static_core/plugins/ets/stdlib/std/core/ |
| D | GC.sts | 197 * @throws OutOfMemoryError if VM has not enough heap space for array allocation 214 * @throws OutOfMemoryError if VM has not enough heap space for array allocation 231 * @throws OutOfMemoryError if VM has not enough heap space for array allocation 248 * @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 282 * @throws OutOfMemoryError if VM has not enough heap space for array allocation 299 * @throws OutOfMemoryError if VM has not enough heap space for array allocation 316 * @throws OutOfMemoryError if VM has not enough heap space for array allocation
|
| D | Errors.sts | 127 export class OutOfMemoryError extends Error { 129 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/ |
| D | oome1.sts | 17 desc: OutOfMemoryError is thrown by an assignment to an array component of 40 } catch (e: OutOfMemoryError) {
|
| /arkcompiler/runtime_core/static_core/pandastdlib/ |
| D | pandastdlib.pa | 125 .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/ |
| 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/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/ |
| D | null.params.yaml | 31 - OutOfMemoryError
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/gc/stress/ |
| D | test_stress_gc_humongous.sts | 28 catch(e: OutOfMemoryError) { 60 catch(e: OutOfMemoryError) {
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/coroutines/ |
| D | launch_oom.sts | 29 if (e instanceof OutOfMemoryError) {
|
| /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
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/intrinsics/ |
| D | stringbuilder_oom.sts | 25 } catch (e: OutOfMemoryError) {
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/ |
| D | ets_stringbuilder_oom.sts | 28 } catch (e: OutOfMemoryError) {
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | newobj.yaml | 603 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
|
| D | newarr.yaml | 27 .record panda.OutOfMemoryError <external> 597 ldai 0 # Expected panda.OutOfMemoryError 602 .catch panda.OutOfMemoryError, begin, end, catch_OOME 606 Check `newarr` throws OutOfMemoryError.
|
| D | initobj.short.yaml | 1617 description: Create objects with 'initobj.short' instruction until OutOfMemoryError 1623 .record panda.OutOfMemoryError <external> 1644 ldai 0 # Expected panda.OutOfMemoryError 1649 .catch panda.OutOfMemoryError, begin, end, catch_OOME
|
| /arkcompiler/runtime_core/static_core/runtime/core/ |
| D | core_language_context.h | 146 return utf::CStringAsMutf8("Lpanda/OutOfMemoryError;"); in GetOutOfMemoryErrorClassDescriptor()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_panda_file_items.h | 114 …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/ |
| D | expr.params.yaml | 120 } catch (e: OutOfMemoryError) {
|
12