arkcompiler_ets_runtime/ecmascript/stubs
dingding 67791cca8f Fix AOT RuntimeOptCopyRestArgs
The variable actualRestNum in RuntimeOptCopyRestArgs computed mistakely and may out of uint32_t range.
The Bug causes the startup of cocos application crash with OOM error.
Add minimal regression test case.

Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I6NAWN

Signed-off-by: dingding <dingding5@huawei.com>
Change-Id: Ie7118a9cc83514e9e0c23c5c6c2bed53dd53c1c2
2023-03-15 14:22:28 +08:00
..
runtime_stubs-inl.h Fix AOT RuntimeOptCopyRestArgs 2023-03-15 14:22:28 +08:00
runtime_stubs.cpp !3665 optimize updatehotnesscounter 2023-03-14 04:52:26 +00:00
runtime_stubs.h Optimize updatehotnesscounter 2023-03-14 09:07:57 +08:00
test_runtime_stubs.cpp Modify method to methodLiteral 2022-10-11 17:11:31 +08:00
test_runtime_stubs.h Enable x86 Assembler 2022-05-18 09:42:00 +08:00