| /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] 365 modes: [irtoc] 372 modes: [jit_aot, irtoc] 385 modes: [irtoc] 392 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/runtime_core/static_core/plugins/ets/runtime/ani/docs/ |
| D | ani_protection.md | 1 # 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/ |
| 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/runtime_core/compiler/optimizer/templates/ |
| D | opcodes.h.erb | 44 <%= inst.modes.map{|x| x.upcase }.join('|') %>, \ 49 % IR::modes.each_pair do |mode, v|
|
| D | instructions.rb | 138 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/ |
| 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/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/ |
| D | README.md | 15 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/ |
| D | CMakeLists.txt | 328 ${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/ |
| D | launch_instr_array.ets | 20 // into array for different modes: INT, AOT, JIT
|
| /arkcompiler/ets_frontend/arkguard/tools/ |
| D | timesum.py | 145 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/ |
| D | panda_options.cpp | 50 // NOTE(mgonopolskiy): add support for all modes in TEST_F()
|
| /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/ets_frontend/ets2panda/linter/src/testRunner/ |
| D | TestArgs.ts | 35 * Specifies the test modes. If omitted, test will run only in 'default' mode.
|
| /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/libabckit/doc/ |
| D | how_to_build_and_test.md | 109 …ve out, build AbcKit, execute format, tidy, unit-tests and stress tests in debug and release modes:
|
| /arkcompiler/ets_runtime/ |
| D | README.md | 72 * Only the ES2021 standard and strict modes are supported.
|
| /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/runtime_core/static_core/plugins/ets/compiler/docs/ |
| D | native_call_opt_doc.md | 9 …sformations in calling Native methods from JIT/AOT code. Currently, we have 3 Native calling modes:
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | paoc.md | 4 There are three [modes](#--paoc-mode) of `paoc`:
|