| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | instructions.yaml | 32 modes 33 Modes which the instruction can be used in 114 modes: [jit_aot] 137 modes: [jit_aot, irtoc] 144 modes: [jit_aot, irtoc] 350 modes: [jit_aot, irtoc] 357 modes: [irtoc] 364 modes: [jit_aot, irtoc] 371 modes: [irtoc] 378 modes: [jit_aot] [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
| D | pgo_type_infer.cpp | 279 std::vector<OnHeapMode> modes; in TrySetOnHeapMode() local 285 modes.emplace_back(id.GetOnHeapMode()); in TrySetOnHeapMode() 289 if (modes.empty()) { in TrySetOnHeapMode() 294 if (modes.size() == 1) { in TrySetOnHeapMode() 295 acc_.TrySetOnHeapMode(gate, modes[0]); in TrySetOnHeapMode() 300 // If the modes can be merged into monomorphic, still optimize it. Otherwise degrade it to NONE. in TrySetOnHeapMode() 301 OnHeapMode mode = modes[0]; in TrySetOnHeapMode() 302 for (uint32_t i = 1; i < modes.size(); i++) { in TrySetOnHeapMode() 303 mode = OnHeap::Merge(mode, modes[i]); in TrySetOnHeapMode()
|
| /arkcompiler/ets_frontend/test/scripts/auto_xts_test/get_resource/ |
| D | get_tool.py | 33 modes = stat.S_IWUSR | stat.S_IRUSR 35 with os.fdopen(os.open(r".\RKDevTool.zip", flags, modes), "wb") as f, tqdm(
|
| D | spider.py | 35 modes = stat.S_IWUSR | stat.S_IRUSR 37 with os.fdopen(os.open(download_path, flags, modes), "wb") as f, tqdm(
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/ |
| D | instructions.rb | 138 data.modes ||= IR::modes.each_pair.map { |key, value| key.to_s } 194 def modes method 195 @data['modes']
|
| D | opcodes.h.erb | 44 <%= inst.modes.map{|x| x.upcase }.join('|') %>, \ 49 % IR::modes.each_pair do |mode, v|
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/templates/ |
| D | instructions.rb | 138 data.modes ||= IR::modes.each_pair.map { |key, value| key.to_s } 194 def modes method 195 @data['modes']
|
| D | opcodes.h.erb | 44 <%= inst.modes.map{|x| x.upcase }.join('|') %>, \ 49 % IR::modes.each_pair do |mode, v|
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | instructions.yaml | 32 modes 33 Modes which the instruction can be used in 154 modes: [jit_aot, bytecode_opt] 161 modes: [jit_aot, bytecode_opt] 271 modes:
|
| /arkcompiler/runtime_core/static_core/verification/models/ |
| D | README.md | 24 This file contains two execution modes:
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/coroutines/ |
| D | launch_instr_array.ets | 17 // into array for different modes: INT, AOT, JIT
|
| D | CMakeLists.txt | 29 …ate a number of tests as a cartesian product of IMPL, OPTION_SETS_${IMPL}, WORKERS, and MODES, e.g.
|
| /arkcompiler/toolchain/build/third_party_gn/openssl/ |
| D | BUILD.gn | 70 "${openssl_selected_platform_full_path}/crypto/modes/ghash-armv4.S", 71 "${openssl_selected_platform_full_path}/crypto/modes/ghashv8-armx.S", 87 "${openssl_selected_platform_full_path}/crypto/modes/aes-gcm-armv8_64.S", 88 "${openssl_selected_platform_full_path}/crypto/modes/ghashv8-armx.S", 116 "${openssl_selected_platform_full_path}/crypto/modes/aesni-gcm-x86_64.s", 117 "${openssl_selected_platform_full_path}/crypto/modes/ghash-x86_64.s", 140 "${openssl_selected_platform_full_path}/crypto/modes/aes-gcm-armv8_64.S", 141 "${openssl_selected_platform_full_path}/crypto/modes/ghashv8-armx.S", 169 "${openssl_selected_platform_full_path}/crypto/modes/aesni-gcm-x86_64.s", 170 "${openssl_selected_platform_full_path}/crypto/modes/ghash-x86_64.s", [all …]
|
| /arkcompiler/ets_runtime/test/jsperftest/ |
| D | run_js_test.py | 259 modes = stat.S_IWUSR | stat.S_IRUSR 262 with os.fdopen(os.open(api_log_path, flags, modes), 'wb') as outfile: 336 modes = stat.S_IWUSR | stat.S_IRUSR 339 with os.fdopen(os.open(json_path, flags, modes), 'w', encoding='utf-8') as f: 585 modes = stat.S_IWUSR | stat.S_IRUSR 586 with os.fdopen(os.open(v_8_log_path, flags, modes), 'wb') as outfile:
|
| /arkcompiler/ets_runtime/ |
| D | README.md | 45 * Only the ES2021 standard and strict modes are supported.
|
| /arkcompiler/runtime_core/static_core/tests/panda/run/panda-options/ |
| D | panda_options.cpp | 50 // NOTE(mgonopolskiy): add support for all modes in TEST_F()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/ |
| D | CMakeLists.txt | 21 …# Create target to run one test in different modes(e.g. ets_test_suite_coroutines_launch_n_workers)
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | paoc.md | 4 There are three [modes](#--paoc-mode) of `paoc`:
|
| /arkcompiler/ets_frontend/ets2panda/linter/scripts/ |
| D | update-test-results.mjs | 113 // Update result for each test for Strict and Relax modes:
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | paoc.md | 4 There are four [modes](#--paoc-mode) of `paoc`:
|
| D | compilation_start.md | 3 At the moment we have two compilation modes (in-place and in the background):
|
| /arkcompiler/ets_frontend/ets2panda/linter-4.2/scripts/ |
| D | update-test-results.mjs | 113 // Update result for each test for Strict and Relax modes:
|
| /arkcompiler/runtime_core/static_core/libpandabase/taskmanager/ |
| D | task.h | 46 * TaskExecutionMode - represents all possible modes of tasks execution.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/gc/ |
| D | CMakeLists.txt | 43 message(FATAL_ERROR "Mode ${ARG_MODE} is not defined. Available modes: INT/AOT/JIT")
|
| /arkcompiler/runtime_core/static_core/ |
| D | README.md | 72 * Other common modes (`RelWithDebInfo`, `MinSizeRel`, `DebugDetailed`) should work but they are not…
|