/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` 112 如果你想混淆字符串字面量属性名,你需要在该选项的基础上再使用`-enable-string-property-obfuscation`选项。比如 114 -enable-property-obfuscation 115 -enable-string-property-obfuscation 117 …z, A-Z, 0-9, _`之外的字符),比如`let obj = {"\n": 123, "": 4, " ": 5}`,我们建议不要开启`-enable-string-property-ob… 119 `-enable-toplevel-obfuscation` [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/ets_runtime/ecmascript/dfx/vmstat/ |
D | runtime_stat.h | 35 void SetRuntimeStatEnabled(bool enable) in SetRuntimeStatEnabled() argument 37 runtimeStatEnabled_ = enable; in SetRuntimeStatEnabled()
|
/arkcompiler/ets_runtime/test/ |
D | test_helper.gni | 245 js_vm_options += " --enable-ark-tools=true" 246 js_vm_options += " --enable-force-gc=false" 294 js_vm_options += " --enable-ark-tools=true" 295 js_vm_options += " --enable-force-gc=false" 343 _asm_run_options_ += " --enable-ark-tools=true" 344 _asm_run_options_ += " --enable-force-gc=false" 392 _asm_run_options_ += " --enable-ark-tools=true" 393 _asm_run_options_ += " --enable-force-gc=false" 443 _asm_run_options_ += " --enable-ark-tools=true" 444 _asm_run_options_ += " --enable-force-gc=false" [all …]
|
/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…
|
D | ref_check_elim_test.pa | 41 #! RUN options: "--compiler-enable-jit=false", entry: "_GLOBAL::main1"
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | debug_info.cpp | 21 DebugInfo::DebugInfo(NativeAreaAllocator* allocator, bool enable) in DebugInfo() argument 25 enable_(enable) in DebugInfo()
|
D | pass_manager.h | 161 return enable##NAME##_; \ 165 bool enable##NAME##_ {DEFAULT};
|
D | debug_info.h | 24 DebugInfo(NativeAreaAllocator* allocator, bool enable = false);
|
/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/ets_runtime/test/typeinfer/automatedcases/ |
D | declareExternalModuleWithExportAssignedFundule.ts | 32 enable(name: string): ExpressServer;
|
/arkcompiler/runtime_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/ets_runtime/ecmascript/snapshot/mem/ |
D | BUILD.gn | 33 "--compiler-enable-jit=false",
|
/arkcompiler/runtime_core/tests/benchmarks/ |
D | CMakeLists.txt | 162 … RUNTIME_OPTIONS ${ENABLE_GC_OPTION} "--compiler-enable-jit=false" "--limit-standard-alloc=true") 184 …RUNTIME_OPTIONS ${ENABLE_GC_OPTION} "--compiler-enable-jit=true" "--compiler-hotness-threshold=0" … 200 RUNTIME_OPTIONS ${ENABLE_GC_OPTION} "--compiler-enable-jit=true") 216 RUNTIME_OPTIONS ${ENABLE_GC_OPTION} "--compiler-enable-jit=true")
|
/arkcompiler/toolchain/tooling/test/ |
D | runtime_impl_test.cpp | 66 msg = std::string() + R"({"id":0,"method":"Rumtime.enable","params":{}})"; in HWTEST_F_L0() 85 std::string msg = std::string() + R"({"id":0,"method":"Rumtime.enable","params":{}})"; in HWTEST_F_L0()
|
D | debugger_impl_test.cpp | 96 "method":"Debugger.enable", in HWTEST_F_L0() 126 "method":"Debugger.enable", in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | ecma_vm.h | 230 void SetEnableForceGC(bool enable) in SetEnableForceGC() argument 232 options_.SetEnableForceGC(enable); in SetEnableForceGC()
|
D | js_thread.h | 435 void SetPGOProfilerEnable(bool enable) in SetPGOProfilerEnable() argument 438 … enable ? PGOProfilerStatus::PGO_PROFILER_ENABLE : PGOProfilerStatus::PGO_PROFILER_DISABLE; in SetPGOProfilerEnable()
|
/arkcompiler/runtime_core/tests/cts-generator/ |
D | README.md | 49 --enable-core-dump Enable core dumps 164 3. If all test passed, congrats! Now you can enable tests for regular
|
/arkcompiler/toolchain/build/config/ |
D | arm.gni | 45 # Whether to enable optional NEON code paths.
|
/arkcompiler/runtime_core/tests/ |
D | CMakeLists.txt | 414 …RUNTIME_OPTIONS "${CUR_RUNTIME_OPTIONS}" "--compiler-enable-jit=false --gc-type=g1-gc --interprete… 432 … RUNTIME_OPTIONS "${CUR_RUNTIME_OPTIONS}" "--compiler-enable-jit=false --gc-type=${gc_type}" 443 … if (PANDA_COMPILER_ENABLE AND NOT CUR_RUNTIME_OPTIONS MATCHES "^.*--compiler-enable-jit=false.*$") 450 …RUNTIME_OPTIONS "${CUR_RUNTIME_OPTIONS}" "--compiler-enable-jit=true --compiler-hotness-threshold=… 467 …RUNTIME_OPTIONS "${CUR_RUNTIME_OPTIONS}" "--compiler-enable-jit=true --compiler-hotness-threshold=… 484 …PTIONS "${CUR_RUNTIME_OPTIONS}" "--compiler-enable-jit=true --compiler-hotness-threshold=2 --compi…
|
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/ |
D | X2DFast.js | 69 gl.enable(gl.BLEND);
|
/arkcompiler/runtime_core/compiler/docs/ |
D | aot_cha.md | 62 files for boot panda files is needed when the options `--enable-an` is used.
|
/arkcompiler/runtime_core/libpandabase/events/ |
D | events_gen.h.erb | 262 % if !event.enable?
|