| /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] 352 modes: [jit_aot, irtoc] 359 modes: [irtoc] 366 modes: [jit_aot, irtoc] 373 modes: [irtoc] 380 modes: [jit_aot] [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
| D | pgo_type_infer.cpp | 171 std::vector<OnHeapMode> modes; in TrySetOnHeapMode() local 177 modes.emplace_back(id.GetOnHeapMode()); in TrySetOnHeapMode() 181 if (modes.empty()) { in TrySetOnHeapMode() 186 if (modes.size() == 1) { in TrySetOnHeapMode() 187 acc_.TrySetOnHeapMode(gate, modes[0]); in TrySetOnHeapMode() 192 // If the modes can be merged into monomorphic, still optimize it. Otherwise degrade it to NONE. in TrySetOnHeapMode() 193 OnHeapMode mode = modes[0]; in TrySetOnHeapMode() 194 for (uint32_t i = 1; i < modes.size(); i++) { in TrySetOnHeapMode() 195 mode = OnHeap::Merge(mode, modes[i]); in TrySetOnHeapMode()
|
| /arkcompiler/toolchain/build/prebuilts_download/ |
| D | util.py | 62 modes = stat.S_IWUSR | stat.S_IRUSR 71 with os.fdopen(os.open(output_file, flags, modes), 'w') as output_f: 94 modes = stat.S_IWUSR | stat.S_IRUSR 98 with os.fdopen(os.open(output_file, flags, modes), 'w') as output_f:
|
| /arkcompiler/ets_frontend/test/scripts/sdk_test/ |
| D | run_ohos_sdk_test.sh | 26 modes=("debug" "release") 34 modes=("$2") 86 for mode in "${modes[@]}"; do
|
| /arkcompiler/ets_frontend/test262/ |
| D | mix_compile.py | 40 modes = stat.S_IWUSR | stat.S_IRUSR 56 with os.fdopen(os.open(temp_files_info_path, flags, modes), 'w') as f: 70 with os.fdopen(os.open(files_info_path, flags, modes), 'w') as f:
|
| /arkcompiler/toolchain/build/config/mac/ |
| D | xcrun.py | 35 modes = stat.S_IWUSR | stat.S_IRUSR variable 39 with os.fdopen(os.open(args.stamp, flags, modes), 'w+') as fp:
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/templates/ |
| D | instructions.rb | 138 data.modes ||= IR::modes.each_pair.map { |key, value| key.to_s } 198 def modes method 199 @data['modes']
|
| D | opcodes.h.erb | 58 <%= inst.modes.map{|x| x.upcase }.join('|') %>, \ 63 % IR::modes.each_pair do |mode, v|
|
| /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/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/ets_frontend/test/scripts/utils/flash_image/ |
| D | burn_image.py | 44 modes = stat.S_IWUSR | stat.S_IRUSR 46 with os.fdopen(os.open(r".\RKDevTool.zip", flags, modes), "wb") as f, tqdm(
|
| /arkcompiler/runtime_core/static_core/verification/models/ |
| D | README.md | 24 This file contains two execution modes:
|
| /arkcompiler/runtime_core/static_core/cmake/third_party/openssl/ |
| D | CMakeLists.txt | 324 ${OPENSSL_ROOT}/crypto/modes 352 ${OPENSSL_SELECTED_PLATFORM_FULL_PATH}/crypto/modes/ghash-armv4.S 353 ${OPENSSL_SELECTED_PLATFORM_FULL_PATH}/crypto/modes/ghashv8-armx.S 367 ${OPENSSL_SELECTED_PLATFORM_FULL_PATH}/crypto/modes/aes-gcm-armv8_64.S 368 ${OPENSSL_SELECTED_PLATFORM_FULL_PATH}/crypto/modes/ghashv8-armx.S 394 ${OPENSSL_SELECTED_PLATFORM_FULL_PATH}/crypto/modes/aesni-gcm-x86_64.s 395 ${OPENSSL_SELECTED_PLATFORM_FULL_PATH}/crypto/modes/ghash-x86_64.s 415 ${OPENSSL_SELECTED_PLATFORM_FULL_PATH}/crypto/modes/aes-gcm-armv8_64.S 416 ${OPENSSL_SELECTED_PLATFORM_FULL_PATH}/crypto/modes/ghashv8-armx.S 442 ${OPENSSL_SELECTED_PLATFORM_FULL_PATH}/crypto/modes/aesni-gcm-x86_64.s [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/coroutines/ |
| D | launch_instr_array.sts | 17 // into array for different modes: INT, AOT, JIT
|
| /arkcompiler/runtime_core/libabckit/doc/ |
| D | how_to_build_and_test.md | 41 …ve out, build AbcKit, execute format, tidy, unit-tests and stress tests in debug and release modes:
|
| /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_frontend/ets2panda/linter/src/testRunner/ |
| D | TestArgs.ts | 32 * Specifies the test modes. If omitted, test will run only in 'default' mode.
|
| /arkcompiler/ets_frontend/arkguard/scripts/ |
| D | combination_test.py | 138 modes = stat.S_IRUSR | stat.S_IWUSR 140 with os.fdopen(os.open(temp_config_path, flags, modes), 'w') as config_file:
|
| /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/ets_runtime/test/aotjsperftest/ |
| D | run_js_test.py | 326 modes = stat.S_IWUSR | stat.S_IRUSR 329 with os.fdopen(os.open(api_log_path, flags, modes), 'wb') as outfile: 407 modes = stat.S_IWUSR | stat.S_IRUSR 410 with os.fdopen(os.open(json_path, flags, modes), 'w', encoding='utf-8') as f: 656 modes = stat.S_IWUSR | stat.S_IRUSR 657 with os.fdopen(os.open(v_8_log_path, flags, modes), 'wb') as outfile:
|
| /arkcompiler/ets_runtime/ |
| D | README.md | 72 * Only the ES2021 standard and strict modes are supported.
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | paoc.md | 4 There are three [modes](#--paoc-mode) of `paoc`:
|
| /arkcompiler/ets_runtime/test/jsperftest/ |
| D | run_js_test.py | 311 modes = stat.S_IWUSR | stat.S_IRUSR 317 with os.fdopen(os.open(api_log_path, flags, modes), 'wb') as outfile: 383 modes = stat.S_IWUSR | stat.S_IRUSR 386 with os.fdopen(os.open(json_path, flags, modes), 'w', encoding='utf-8') as f: 670 modes = stat.S_IWUSR | stat.S_IRUSR 689 with os.fdopen(os.open(v_8_log_path, flags, modes), 'wb') as outfile:
|