Home
last modified time | relevance | path

Searched full:enable (Results 1 – 25 of 506) sorted by relevance

12345678910>>...21

/arkcompiler/ets_runtime/compiler_service/include/
Daot_compiler_constants.h58 "enable-ark-tools",
71 "enable-force-gc",
72 "enable-ic",
73 "enable-runtime-stat",
92 "enable-worker",
105 "enable-context",
112 "enable-print-execute-time",
113 "enable-pgo-profiler",
114 "enable-elements-kind",
132 "compiler-enable-external-pkg",
[all …]
/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.cpp46 "--asm-interpreter: Enable asm interpreter. Default: 'true'\n"
63 …"--compiler-type-threshold: enable to skip methods whose type is no more than threshold…
64 "--compiler-log-snapshot: Enable to print snapshot information. Default: 'false'\n"
65 "--compiler-log-time: Enable to print pass compiler time. Default: 'false'\n"
66 "--enable-ark-tools: Enable ark tools to debug. Default: 'false'\n"
68 "--pgo-trace: Enable pgo trace for JS runtime. Default: 'false'\n"
69 …"--compiler-trace-bc: Enable tracing bytecode for aot runtime. Default: 'false'\n"
70 "--compiler-trace-deopt: Enable tracing deopt for aot runtime. Default: 'false'\n"
71 …"--compiler-trace-inline: Enable tracing inline function for aot runtime. Default: 'f…
72 …"--compiler-trace-value-numbering: Enable tracing value numbering for aot runtime. Default: 'f…
[all …]
/arkcompiler/runtime_core/static_core/compiler/
Dcompiler.yaml34 description: Enable visualizer dump ir
38 description: Enable dump ir
60 description: Enable printing byte code instruction after ir instruction in dump ir
64 description: Enable dumps each time peephole applies
71 description: Enable dump disasm to text files
98 description: Enable dump assembly to disasm.txt file (do not emit binary)
101 - name: compiler-enable-tracing
104 description: Enable tracing for passes
107 - name: compiler-enable-tlab-events
110 description: Enable events for tlab allocation
[all …]
/arkcompiler/runtime_core/compiler/
Dcompiler.yaml34 description: Enable visualizer dump ir
38 description: Enable dump ir
60 description: Enable printing byte code instruction after ir instruction in dump ir
64 description: Enable dumps each time peephole applies
67 description: Enable dump disasm to text files
94 description: Enable dump assembly to disasm.txt file (do not emit binary)
97 - name: compiler-enable-tracing
100 description: Enable tracing for passes
103 - name: compiler-enable-tlab-events
106 description: Enable events for tlab allocation
[all …]
/arkcompiler/ets_runtime/etc/
Darkcompiler.para.dac19 ark.jit.enable.litecg = shell:shell:0775
21 persist.ark.edengc.enable = shell:shell:0775
22 ark.jit.enable.jitframe = shell:shell:0775
24 persist.ark.jit.enable.jitfort = shell:shell:0775
25 persist.ark.jit.enable.async.copytofort = shell:shell:0775
26 ark.jit.enable.jitLogSkip = shell:shell:0775
27 ark.jit.enable.dumpobj = shell:shell:0775
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat/
Descompat.cpp90 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
96 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
102 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
108 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
114 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
120 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
126 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
132 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
138 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
144 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime…
[all …]
/arkcompiler/ets_runtime/ecmascript/ohos/
Dapp_aot_jit_enable_list.conf1 …iled by aot or jit compiler, enable list can be written as below, first is enable aot, second is e…
Dapp_aot_jit_enable_list_default.conf1 …iled by aot or jit compiler, enable list can be written as below, first is enable aot, second is e…
Djit_tools.h51 return OHOS::system::GetBoolParameter("ark.jit.enable.litecg", true); in IsJitEnableLitecg()
75 return OHOS::system::GetBoolParameter("ark.jit.enable.dumpobj", false); in GetJitDumpObjEanble()
83 return OHOS::system::GetBoolParameter("ark.jit.enable.jitframe", false); in GetJitFrameEnable()
100 return OHOS::system::GetBoolParameter("persist.ark.jit.enable.jitfort", true); in GetEnableJitFort()
108 return OHOS::system::GetBoolParameter("persist.ark.jit.enable.async.copytofort", true); in GetEnableAsyncCopyToFort()
116 return OHOS::system::GetBoolParameter("ark.jit.enable.jitLogSkip", true); in GetSkipJitLogEnable()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/ets_to_js/
Dscenarios.cpp48 // NOTE #15888 enable this after interop is implemented for eTS getter use in JS
59 // NOTE #15889 enable this after interop is implemented for eTS setter use in JS
130 // NOTE #15890 enable this after interop is implemented in this direction
221 // NOTE #16812 enable this after interop is implemented in this direction
237 // NOTE #16103 enable this after interop is implemented for interrface arguments
243 // NOTE #16103 enable this after interop is implemented for interrface arguments
249 // NOTE #16103 enable this after interop is implemented for interrface arguments
255 // NOTE #16103 enable this after interop is implemented for interrface arguments
261 // NOTE #16103 enable this after interop is implemented for interrface arguments
267 // NOTE #16103 enable this after interop is implemented for interrface arguments
[all …]
/arkcompiler/ets_frontend/arkguard/
DREADME-cn.md31 "enable": true,
44 "enable": true,
54 * 属性`ruleOptions.enable`的值为`true`,并且所有依赖的library的`ruleOptions.enable`属性是`true`
78 "enable": true,
96 #### -enable-property-obfuscation
116 如果想混淆直接导入/导出的名称,请参考[`-enable-export-obfuscation`](#-enable-export-obfuscation)选项。
137 如果你想混淆字符串字面量属性名,你需要在该选项的基础上再使用`-enable-string-property-obfuscation`选项。比如
140 -enable-property-obfuscation
141 -enable-string-property-obfuscation
145 …a-z, A-Z, 0-9, _`之外的字符),比如`let obj = {"\n": 123, "": 4, " ": 5}`,建议不要开启`-enable-string-property-ob…
[all …]
DREADME.md25 We enable the obfuscation of parameter names and local variable names by default. However,
28 You can enable them by [obfuscation options](#obfuscation-options).
36 "enable": true,
49 "enable": true,
57 To enable obfuscation, the following conditions should be satisfied:
59 * the property `ruleOptions.enable` is `true` and the property `ruleOptions.enable` of every depend…
85 "enable": true,
103 #### -enable-property-obfuscation
126 … to obfuscate import/export names, please refer to the [`-enable-export-obfuscation`](#-enable-exp…
148 …e string literal property names, you should addtionally use the option `-enable-toplevel-obfuscati…
[all …]
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/options/
Doptions_quick.py30 "enable": self.enable,
34 @value(yaml_path="quick.enable", cli_name="quick", cast_to_type=_to_bool)
35 def enable(self) -> bool: member in QuickOptions
39 return '--quick' if self.enable else ''
Doptions_time_report.py32 "enable": self.enable,
37 @value(yaml_path="time-report.enable", cli_name="time_report", cast_to_type=_to_bool)
38 def enable(self) -> bool: member in TimeReportOptions
49 '--time-report' if self.enable else '',
Doptions_verifier.py32 "enable": self.enable,
38 @value(yaml_path="verifier.enable", cli_name="enable_verifier", cast_to_type=_to_bool)
39 def enable(self) -> bool: member in VerifierOptions
54 '--disable-verifier' if not self.enable else '',
Doptions_ark_aot.py32 "enable": self.enable,
38 @value(yaml_path="ark_aot.enable", cli_name="aot", cast_to_type=_to_bool)
39 def enable(self) -> bool: member in ArkAotOptions
55 '--aot' if self.enable else '',
Doptions_jit.py34 "enable": self.enable,
40 @value(yaml_path="ark.jit.enable", cli_name="jit", cast_to_type=_to_bool)
41 def enable(self) -> bool: member in JitOptions
67 options = '--jit' if self.enable else ''
/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass_options.h46 Builder &Enable##NAME(bool value) { \
47 options_.enable##NAME##_ = value; \
52 enable##NAME##_{DEFAULT};
55 bool Enable##NAME() const { return enable##NAME##_; }
58 void Set##NAME(bool value) { enable##NAME##_ = value; }
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/js_to_ets/
Dconflict_types.cpp23 // NOTE(splatov) #17937 enable this after interop is implemented in this direction
36 // NOTE(splatov) #17379 enable this after interop is implemented in this direction
43 // NOTE(splatov) #17939 enable this after interop is implemented in this direction
50 // NOTE(splatov) #17939 enable this after interop is implemented in this direction
57 // NOTE(splatov) #17940 enable this after interop is implemented in this direction
64 // NOTE(splatov) #17939 enable this after interop is implemented in this direction
/arkcompiler/runtime_core/static_core/tests/checked/
Dforce_an.pa14 #! CHECKER Enable an
16 #! RUN options: "--enable-an", entry: "_GLOBAL::main"
19 #! CHECKER Enable an force
21 #! RUN options: "--enable-an:force", entry: "_GLOBAL::main", abort: 6
/arkcompiler/runtime_core/static_core/libpandabase/
Doptions.yaml82 description: Enable logs from specified components
90 description: Enable debug or above logs from specified components
98 description: Enable info or above logs from specified components
106 description: Enable warning or above logs from specified components
114 description: Enable error or above logs from specified components
122 description: Enable fatal logs from specified components
/arkcompiler/runtime_core/libpandabase/
Doptions.yaml79 description: Enable logs from specified components
87 description: Enable debug or above logs from specified components
95 description: Enable info or above logs from specified components
103 description: Enable warning or above logs from specified components
111 description: Enable error or above logs from specified components
119 description: Enable fatal logs from specified components
/arkcompiler/runtime_core/static_core/plugins/ets/
Druntime_options.yaml57 description: Enable/disable running GC only in place
108 - name: reference-processor-enable
113 - name: gc-enable-tracing
130 - name: enable-fast-heap-verifier
135 …description: Enable fast heap verifier, which is faster than ordinary heap verifier but uses more …
172 - name: enable-paralled-young-gc
177 description: enable-paralled-young-gc
201 description: Enable JS interop mode (affects launch behaviour and async functions)
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/cfg/
Dall-options-with-default-values.yaml19 enable: false
24 enable: false
68 enable: false
83 enable: false
90 enable: true
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Doptions.yaml33 description: Enable Canonicalization Pass
38 description: Enable Constant Resolver Pass
53 description: Enable BytecodeOptPeepholes Pass
58 description: Enable ConstArray Resolver Pass

12345678910>>...21