Home
last modified time | relevance | path

Searched +full:limit +full:- +full:standard +full:- +full:alloc (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/verifier/
Doptions.yaml1 # Copyright (c) 2021-2024 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
19 - name: boot-panda-files
22 - $ORIGIN/../pandastdlib/arkstdlib.abc
26 - name: panda-files
29 description: Panda files separated by colon which is not within boot-panda-files
32 - name: classes
38 - name: methods
42 description: >-
46 - name: load-runtimes
[all …]
/arkcompiler/runtime_core/static_core/tests/benchmarks/
DCMakeLists.txt1 # Copyright (c) 2021-2024 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
29 BRIEF_DOCS "Stack limit for this benchmark"
30 FULL_DOCS "Stack limit for this benchmark in bytes. Set 0 to use default value")
33 BRIEF_DOCS "Object pool limit for this benchmark"
34 … FULL_DOCS "Object pool limit for this benchmark in bytes. Set 0 to use default value")
60 # * 3. Stack limit
64 panda_add_benchmark("3d-morph" "Morph3d" 0 0)
65 panda_add_benchmark("access-binary-trees" "AccessBinaryTrees" 0 0)
66 panda_add_benchmark("access-fannkuch" "AccessFannkuch" 0 0)
[all …]
/arkcompiler/runtime_core/static_core/runtime/
Doptions.yaml1 # Copyright (c) 2021-2024 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
19 - name: boot-panda-files
22 - $ORIGIN/../pandastdlib/arkstdlib.abc
26 - name: panda-files
29 description: Panda files separated by colon which is not within boot-panda-files
32 - name: boot-intrinsic-spaces
35 - core
37 - core
38 …description: Load specified intrinsic spaces. This option is for fine tuning. Use load-runtimes in…
[all …]
/arkcompiler/runtime_core/tests/benchmarks/
DCMakeLists.txt1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
29 BRIEF_DOCS "Stack limit for this benchmark"
30 FULL_DOCS "Stack limit for this benchmark in bytes. Set 0 to use default value")
78 # * 3. Stack limit
81 # * 6. Gc type (default - for default gc)
90 panda_add_benchmark("3d-morph" "Morph3d" 0 TRUE TRU…
91 panda_add_benchmark("access-binary-trees" "AccessBinaryTrees" 0 TRUE TRU…
92 panda_add_benchmark("access-fannkuch" "AccessFannkuch" 0 TRUE TRU…
93 panda_add_benchmark("access-nbody" "AccessNBody" 0 TRUE TRU…
[all …]
/arkcompiler/runtime_core/static_core/compiler/
Dcompiler.yaml1 # Copyright (c) 2021-2024 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
19 - name: compiler-non-optimizing
25 - name: compiler-regex
27 A regular expression that specifies methods to compile (ECMA-262 grammar).
33 - name: compiler-regex-with-signature
35 A regular expression that specifies methods to compile (ECMA-262 grammar).
41 - name: compiler-visualizer-dump
47 - name: compiler-dump
51 - name: final
[all …]
/arkcompiler/runtime_core/compiler/
Dcompiler.yaml1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
19 - name: compiler-non-optimizing
25 - name: compiler-regex
28 …description: A regular expression that specifies methods to compile. The grammar used is ECMA-262 …
31 - name: compiler-visualizer-dump
37 - name: compiler-dump
41 - name: final
45 - name: compact
49 - name: life-intervals
[all …]
/arkcompiler/runtime_core/tests/
DCMakeLists.txt1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
16 add_custom_target(cts-assembly COMMENT "Running compliance tests for Panda Assembly")
18 add_custom_target(cts-aot-tests COMMENT "Running panda aot tests")
19 add_custom_target(cts-jit-tests COMMENT "Running panda jit-enforce tests")
20 add_custom_target(irtoc-interpreter-tests COMMENT "Running irtoc interpreter tests")
21 add_custom_target(irtoc-opcode-suite COMMENT "Running irtoc interpreter opcode test suite")
23 add_dependencies(tests irtoc-interpreter-tests)
24 add_dependencies(irtoc-interpreter-tests irtoc-opcode-suite)
27 add_dependencies(tests cts-assembly regression)
[all …]
/arkcompiler/runtime_core/static_core/tests/
DCMakeLists.txt1 # Copyright (c) 2021-2024 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
17 add_custom_target(cts-assembly COMMENT "Running compliance tests for Panda Assembly")
19 add_custom_target(irtoc-interpreter-tests COMMENT "Running irtoc interpreter tests")
20 add_custom_target(irtoc-opcode-suite COMMENT "Running irtoc interpreter opcode test suite")
24 add_custom_target(cts-aot-tests COMMENT "Running panda aot tests")
25 add_custom_target(cts-jit-tests COMMENT "Running panda jit-enforce tests")
26 add_custom_target(cts-llvmaot-tests COMMENT "Running panda LLVM AOT tests")
28 add_dependencies(core_tests irtoc-interpreter-tests)
29 add_dependencies(irtoc-interpreter-tests irtoc-opcode-suite)
[all …]