/arkcompiler/ets_frontend/arkguard/ |
D | README-cn.md | 20 "enable": true, 31 "enable": true, 40 * 属性`ruleOptions.enable`的值为`true`,并且所有依赖的library的`ruleOptions.enable`属性是`true` 62 "enable": true, 80 `-enable-property-obfuscation` 111 如果你想混淆字符串字面量属性名,你需要在该选项的基础上再使用`-enable-string-property-obfuscation`选项。比如 113 -enable-property-obfuscation 114 -enable-string-property-obfuscation 117 …a-z, A-Z, 0-9, _`之外的字符),比如`let obj = {"\n": 123, "": 4, " ": 5}`,建议不要开启`-enable-string-property-ob… 127 …因此在开启了`-enable-string-property-obfuscation`选项时,如果想保留代码中使用的系统API字符串常量的属性不被混淆,比如obj['ohos.want.actio… [all …]
|
D | README.md | 16 We enable the obfuscation of parameter names and local variable names by default. However, 19 You can enable them by [obfuscation options](#obfuscation-options). 26 "enable": true, 37 "enable": true, 45 To enable obfuscation, the following conditions should be satisfied: 46 * the property `ruleOptions.enable` is `true` and the property `ruleOptions.enable` of every depend… 71 "enable": true, 89 `-enable-property-obfuscation` 124 …e string literal property names, you should addtionally use the option `-enable-toplevel-obfuscati… 126 -enable-property-obfuscation [all …]
|
/arkcompiler/runtime_core/scripts/ |
D | trace_enable.sh | 37 echo 1 > $TRACKING_PATH/events/sched/sched_switch/enable 38 echo 1 > $TRACKING_PATH/events/sched/sched_wakeup/enable 42 echo 0 > $TRACKING_PATH/events/sched/sched_switch/enable 43 echo 0 > $TRACKING_PATH/events/sched/sched_wakeup/enable
|
/arkcompiler/runtime_core/static_core/scripts/ |
D | trace_enable.sh | 37 echo 1 > $TRACKING_PATH/events/sched/sched_switch/enable 38 echo 1 > $TRACKING_PATH/events/sched/sched_wakeup/enable 42 echo 0 > $TRACKING_PATH/events/sched/sched_switch/enable 43 echo 0 > $TRACKING_PATH/events/sched/sched_wakeup/enable
|
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/options/ |
D | options_quick.py | 33 "enable": self.enable, 38 def enable(self) -> bool: member in QuickOptions 42 return '--quick' if self.enable else ''
|
D | options_time_report.py | 35 "enable": self.enable, 41 def enable(self) -> bool: member in TimeReportOptions 52 '--time-report' if self.enable else '',
|
D | options_verifier.py | 35 "enable": self.enable, 42 def enable(self) -> bool: member in VerifierOptions 57 '--disable-verifier' if not self.enable else '',
|
D | options_ark_aot.py | 35 "enable": self.enable, 42 def enable(self) -> bool: member in ArkAotOptions 58 '--aot' if self.enable else '',
|
D | options_jit.py | 37 "enable": self.enable, 44 def enable(self) -> bool: member in JitOptions 70 options = '--jit' if self.enable else ''
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | pass_options.h | 45 options_.enable##NAME##_ = value; \ 50 enable##NAME##_{DEFAULT}; 53 bool Enable##NAME() const { return enable##NAME##_; }
|
D | debug_info.cpp | 21 DebugInfo::DebugInfo(NativeAreaAllocator* allocator, bool enable) in DebugInfo() argument 25 enable_(enable) in DebugInfo()
|
/arkcompiler/ets_runtime/test/ |
D | test_helper.gni | 260 js_vm_options += " --enable-ark-tools=true" 261 js_vm_options += " --enable-force-gc=false" 312 js_vm_options += " --enable-ark-tools=true" 313 js_vm_options += " --enable-force-gc=false" 315 js_vm_options += " --enable-context=true" 365 _asm_run_options_ += " --enable-elements-kind=true" 370 _asm_run_options_ += " --enable-ark-tools=true" 371 _asm_run_options_ += " --enable-force-gc=false" 373 _asm_run_options_ += " --enable-context=true" 423 _asm_run_options_ += " --enable-elements-kind=true" [all …]
|
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/ |
D | runtime_stat.h | 35 void SetRuntimeStatEnabled(bool enable) in SetRuntimeStatEnabled() argument 37 runtimeStatEnabled_ = enable; in SetRuntimeStatEnabled()
|
/arkcompiler/runtime_core/static_core/tests/checked/ |
D | tlab_test.pa | 15 …ompiler-hotness-threshold=0 --no-async-jit=false --compiler-enable-jit=true --compiler-enable-tlab… 31 #! RUN_PAOC options: "--compiler-enable-tlab-events=true --compiler-regex=.*tlab.* --young-shar… 32 #! RUN options: "--compiler-enable-tlab-events=true", entry: "_GLOBAL::main" 42 …ompiler-hotness-threshold=0 --no-async-jit=false --compiler-enable-jit=true --compiler-enable-tlab…
|
D | force_an.pa | 16 #! RUN options: "--enable-an", entry: "_GLOBAL::main" 21 #! RUN options: "--enable-an:force", entry: "_GLOBAL::main", abort: 6
|
D | loop-unroll-constant.pa | 18 #! RUN force_jit: true, options: "--compiler-enable-events=true --compiler-events-path=./e… 30 #! RUN_PAOC options: "--compiler-enable-events=true --compiler-events-path=./events.csv --compi… 42 #! RUN force_jit: true, options: "--compiler-enable-events=true --compiler-events-path=./e… 57 #! RUN_PAOC options: "--compiler-enable-events=true --compiler-events-path=./events.csv --compi…
|
D | aot_cha_vcalls.pa | 70 #! RUN options: "--boot-panda-files=../test.abc --enable-an", entry: "_GLOBAL::Compilation… 76 #! RUN options: "--boot-panda-files=../test.abc --enable-an", entry: "_GLOBAL::Compilation… 82 #! RUN options: "--boot-panda-files=../test.abc --enable-an", entry: "_GLOBAL::Compilation… 87 #! RUN options: "--enable-an", entry: "_GLOBAL::CompilationStub", abort: 6
|
D | initobj_osr.pa | 17 …=irtoc --compiler-enable-jit=true --compiler-check-final=true --compiler-force-unresolved=true --c…
|
/arkcompiler/runtime_core/tests/checked/ |
D | tlab_test.pa | 15 …ompiler-hotness-threshold=0 --no-async-jit=false --compiler-enable-jit=true --compiler-enable-tlab… 32 #! RUN_PAOC options: "--compiler-enable-tlab-events=true --compiler-regex=.*tlab.* --young-shar… 33 #! RUN options: "--compiler-enable-tlab-events=true", entry: "_GLOBAL::main" 43 …ompiler-hotness-threshold=0 --no-async-jit=false --compiler-enable-jit=true --compiler-enable-tlab…
|
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
D | an_file_data_manager.h | 63 void SetEnable(bool enable) in SetEnable() argument 65 anEnable_ = enable; in SetEnable()
|
/arkcompiler/runtime_core/static_core/cmake/ |
D | Sanitizers.cmake | 19 option(PANDA_ENABLE_ADDRESS_SANITIZER "Address sanitizer enable" false) 20 option(PANDA_ENABLE_UNDEFINED_BEHAVIOR_SANITIZER "Undefined behavior sanitizer enable" false) 21 option(PANDA_ENABLE_THREAD_SANITIZER "Thread sanitizer enable" false)
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/checked/convert/ |
D | convert.ets.erb | 43 //! RUN entry: "test_deep_equal", options: "--compiler-enable-jit=false" 79 //! RUN entry: "test_js_get_<%= type_info.name %>", options: "--compiler-enable-jit=true -… 112 //! RUN entry: "test_js_get_jsvalue_<%= type_info.name %>", options: "--compiler-enable-ji… 136 //! RUN entry: "test_js_set_<%= type_info.name %>", options: "--compiler-enable-jit=true -…
|
/arkcompiler/runtime_core/static_core/tests/benchmarks/ |
D | CMakeLists.txt | 138 …RUNTIME_OPTIONS ${RUNTIME_OPTIONS} "--compiler-enable-jit=false" "--limit-standard-alloc=true" "--… 151 …RUNTIME_OPTIONS ${RUNTIME_OPTIONS} "--gc-type=g1-gc" "--compiler-enable-jit=false" "--limit-standa… 163 …RUNTIME_OPTIONS "--gc-type=g1-gc" "--compiler-enable-jit=false" "--limit-standard-alloc=true" "--i… 185 …RUNTIME_OPTIONS ${RUNTIME_OPTIONS} "--compiler-enable-jit=true" "--compiler-hotness-threshold=0" "… 200 RUNTIME_OPTIONS ${RUNTIME_OPTIONS} "--compiler-enable-jit=true") 215 RUNTIME_OPTIONS ${RUNTIME_OPTIONS} "--compiler-enable-jit=true") 230 RUNTIME_OPTIONS ${RUNTIME_OPTIONS} "--compiler-enable-jit=true")
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/sampler/ |
D | CMakeLists.txt | 45 --sampling-profiler-enable 81 …} ${PANDA_RUN_PREFIX} $<TARGET_FILE:ark> ${RUNTIME_ARGUMENTS} --compiler-enable-jit=${c_arg} --int… 87 …_arg}_${i_arg}.aspt --output=${testing_dir}/traceout_${c_arg}_${i_arg}.csv --cold-graph-enable=true
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/tooling/sampler/ |
D | CMakeLists.txt | 35 --sampling-profiler-enable 69 …COMMAND ${PANDA_RUN_PREFIX} $<TARGET_FILE:ark> ${RUNTIME_ARGUMENTS} --compiler-enable-jit=${c_arg}… 75 …_arg}_${i_arg}.aspt --output=${testing_dir}/traceout_${c_arg}_${i_arg}.csv --cold-graph-enable=true
|