Home
last modified time | relevance | path

Searched full:modes (Results 1 – 25 of 51) sorted by relevance

123

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinstructions.yaml32 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/
Dpgo_type_infer.cpp171 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/
Dutil.py62 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/
Drun_ohos_sdk_test.sh26 modes=("debug" "release")
34 modes=("$2")
86 for mode in "${modes[@]}"; do
/arkcompiler/ets_frontend/test262/
Dmix_compile.py40 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/
Dxcrun.py35 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/
Dinstructions.rb138 data.modes ||= IR::modes.each_pair.map { |key, value| key.to_s }
198 def modes method
199 @data['modes']
Dopcodes.h.erb58 <%= inst.modes.map{|x| x.upcase }.join('|') %>, \
63 % IR::modes.each_pair do |mode, v|
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinstructions.rb138 data.modes ||= IR::modes.each_pair.map { |key, value| key.to_s }
194 def modes method
195 @data['modes']
Dopcodes.h.erb44 <%= inst.modes.map{|x| x.upcase }.join('|') %>, \
49 % IR::modes.each_pair do |mode, v|
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinstructions.yaml32 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/
Dburn_image.py44 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/
DREADME.md24 This file contains two execution modes:
/arkcompiler/runtime_core/static_core/cmake/third_party/openssl/
DCMakeLists.txt324 ${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/
Dlaunch_instr_array.sts17 // into array for different modes: INT, AOT, JIT
/arkcompiler/runtime_core/libabckit/doc/
Dhow_to_build_and_test.md41 …ve out, build AbcKit, execute format, tidy, unit-tests and stress tests in debug and release modes:
/arkcompiler/toolchain/build/third_party_gn/openssl/
DBUILD.gn70 "${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/
DTestArgs.ts32 * Specifies the test modes. If omitted, test will run only in 'default' mode.
/arkcompiler/ets_frontend/arkguard/scripts/
Dcombination_test.py138 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/
Dpanda_options.cpp50 // NOTE(mgonopolskiy): add support for all modes in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/
DCMakeLists.txt21 …# Create target to run one test in different modes(e.g. ets_test_suite_coroutines_launch_n_workers)
/arkcompiler/ets_runtime/test/aotjsperftest/
Drun_js_test.py326 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/
DREADME.md72 * Only the ES2021 standard and strict modes are supported.
/arkcompiler/runtime_core/compiler/docs/
Dpaoc.md4 There are three [modes](#--paoc-mode) of `paoc`:
/arkcompiler/ets_runtime/test/jsperftest/
Drun_js_test.py311 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:

123