Home
last modified time | relevance | path

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

12

/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]
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/
Dpgo_type_infer.cpp279 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/
Dget_tool.py33 modes = stat.S_IWUSR | stat.S_IRUSR
35 with os.fdopen(os.open(r".\RKDevTool.zip", flags, modes), "wb") as f, tqdm(
Dspider.py35 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/
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/static_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/runtime_core/static_core/verification/models/
DREADME.md24 This file contains two execution modes:
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/coroutines/
Dlaunch_instr_array.ets17 // into array for different modes: INT, AOT, JIT
DCMakeLists.txt29 …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/
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_runtime/test/jsperftest/
Drun_js_test.py259 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/
DREADME.md45 * Only the ES2021 standard and strict modes are supported.
/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/runtime_core/compiler/docs/
Dpaoc.md4 There are three [modes](#--paoc-mode) of `paoc`:
/arkcompiler/ets_frontend/ets2panda/linter/scripts/
Dupdate-test-results.mjs113 // Update result for each test for Strict and Relax modes:
/arkcompiler/runtime_core/static_core/compiler/docs/
Dpaoc.md4 There are four [modes](#--paoc-mode) of `paoc`:
Dcompilation_start.md3 At the moment we have two compilation modes (in-place and in the background):
/arkcompiler/ets_frontend/ets2panda/linter-4.2/scripts/
Dupdate-test-results.mjs113 // Update result for each test for Strict and Relax modes:
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
Dtask.h46 * TaskExecutionMode - represents all possible modes of tasks execution.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/gc/
DCMakeLists.txt43 message(FATAL_ERROR "Mode ${ARG_MODE} is not defined. Available modes: INT/AOT/JIT")
/arkcompiler/runtime_core/static_core/
DREADME.md72 * Other common modes (`RelWithDebInfo`, `MinSizeRel`, `DebugDetailed`) should work but they are not…

12