Home
last modified time | relevance | path

Searched refs:enable (Results 1 – 25 of 37) sorted by relevance

12

/arkcompiler/ets_frontend/arkguard/
DREADME-cn.md20 "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 …]
DREADME.md16 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/
Dtrace_enable.sh37 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/
Druntime_stat.h35 void SetRuntimeStatEnabled(bool enable) in SetRuntimeStatEnabled() argument
37 runtimeStatEnabled_ = enable; in SetRuntimeStatEnabled()
/arkcompiler/ets_runtime/test/
Dtest_helper.gni245 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/
Dtlab_test.pa15 …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…
Dref_check_elim_test.pa41 #! RUN options: "--compiler-enable-jit=false", entry: "_GLOBAL::main1"
/arkcompiler/ets_runtime/ecmascript/compiler/
Ddebug_info.cpp21 DebugInfo::DebugInfo(NativeAreaAllocator* allocator, bool enable) in DebugInfo() argument
25 enable_(enable) in DebugInfo()
Dpass_manager.h161 return enable##NAME##_; \
165 bool enable##NAME##_ {DEFAULT};
Ddebug_info.h24 DebugInfo(NativeAreaAllocator* allocator, bool enable = false);
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dan_file_data_manager.h63 void SetEnable(bool enable) in SetEnable() argument
65 anEnable_ = enable; in SetEnable()
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DdeclareExternalModuleWithExportAssignedFundule.ts32 enable(name: string): ExpressServer;
/arkcompiler/runtime_core/cmake/
DSanitizers.cmake19 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/
DBUILD.gn33 "--compiler-enable-jit=false",
/arkcompiler/runtime_core/tests/benchmarks/
DCMakeLists.txt162 … 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/
Druntime_impl_test.cpp66 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()
Ddebugger_impl_test.cpp96 "method":"Debugger.enable", in HWTEST_F_L0()
126 "method":"Debugger.enable", in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h230 void SetEnableForceGC(bool enable) in SetEnableForceGC() argument
232 options_.SetEnableForceGC(enable); in SetEnableForceGC()
Djs_thread.h435 void SetPGOProfilerEnable(bool enable) in SetPGOProfilerEnable() argument
438enable ? PGOProfilerStatus::PGO_PROFILER_ENABLE : PGOProfilerStatus::PGO_PROFILER_DISABLE; in SetPGOProfilerEnable()
/arkcompiler/runtime_core/tests/cts-generator/
DREADME.md49 --enable-core-dump Enable core dumps
164 3. If all test passed, congrats! Now you can enable tests for regular
/arkcompiler/toolchain/build/config/
Darm.gni45 # Whether to enable optional NEON code paths.
/arkcompiler/runtime_core/tests/
DCMakeLists.txt414 …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/
DX2DFast.js69 gl.enable(gl.BLEND);
/arkcompiler/runtime_core/compiler/docs/
Daot_cha.md62 files for boot panda files is needed when the options `--enable-an` is used.
/arkcompiler/runtime_core/libpandabase/events/
Devents_gen.h.erb262 % if !event.enable?

12