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]
365 modes: [irtoc]
372 modes: [jit_aot, irtoc]
385 modes: [irtoc]
392 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/runtime_core/static_core/plugins/ets/runtime/ani/docs/
Dani_protection.md1 # Possible protection modes in ANI
3 The ANI allows to support various the protection modes to protect the VM from malfunctions or crash…
4 The table below shows the possible modes and the degrees of protection they provide.
/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/runtime_core/compiler/optimizer/templates/
Dopcodes.h.erb44 <%= inst.modes.map{|x| x.upcase }.join('|') %>, \
49 % IR::modes.each_pair do |mode, v|
Dinstructions.rb138 data.modes ||= IR::modes.each_pair.map { |key, value| key.to_s }
194 def modes method
195 @data['modes']
/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/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/
DREADME.md15 1. [Build modes](#build-modes)
58 …lang-14` (more information about the build configuration in [Build modes](#build-modes) and [Toolc…
177 ## Build modes
189 * Other common modes (`RelWithDebInfo`, `MinSizeRel`, `DebugDetailed`) should work but they are not…
/arkcompiler/runtime_core/static_core/cmake/third_party/openssl/
DCMakeLists.txt328 ${OPENSSL_ROOT}/crypto/modes
356 ${OPENSSL_SELECTED_PLATFORM_FULL_PATH}/crypto/modes/ghash-armv4.S
357 ${OPENSSL_SELECTED_PLATFORM_FULL_PATH}/crypto/modes/ghashv8-armx.S
371 ${OPENSSL_SELECTED_PLATFORM_FULL_PATH}/crypto/modes/aes-gcm-armv8_64.S
372 ${OPENSSL_SELECTED_PLATFORM_FULL_PATH}/crypto/modes/ghashv8-armx.S
398 ${OPENSSL_SELECTED_PLATFORM_FULL_PATH}/crypto/modes/aesni-gcm-x86_64.s
399 ${OPENSSL_SELECTED_PLATFORM_FULL_PATH}/crypto/modes/ghash-x86_64.s
420 ${OPENSSL_SELECTED_PLATFORM_FULL_PATH}/crypto/modes/aes-gcm-armv8_64.S
421 ${OPENSSL_SELECTED_PLATFORM_FULL_PATH}/crypto/modes/ghashv8-armx.S
447 ${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.ets20 // into array for different modes: INT, AOT, JIT
/arkcompiler/ets_frontend/arkguard/tools/
Dtimesum.py145 modes = stat.S_IWUSR | stat.S_IRUSR
146 with os.fdopen(os.open('data.json', flags, modes), 'w') as 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/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/ets_frontend/ets2panda/linter/src/testRunner/
DTestArgs.ts35 * Specifies the test modes. If omitted, test will run only in 'default' mode.
/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/runtime_core/libabckit/doc/
Dhow_to_build_and_test.md109 …ve out, build AbcKit, execute format, tidy, unit-tests and stress tests in debug and release modes:
/arkcompiler/ets_runtime/
DREADME.md72 * Only the ES2021 standard and strict modes are supported.
/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/runtime_core/static_core/plugins/ets/compiler/docs/
Dnative_call_opt_doc.md9 …sformations in calling Native methods from JIT/AOT code. Currently, we have 3 Native calling modes:
/arkcompiler/runtime_core/compiler/docs/
Dpaoc.md4 There are three [modes](#--paoc-mode) of `paoc`:

123