Lines Matching full:enable
46 "--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…
76 "--compiler-stress-deopt: Enable stress deopt for aot compiler. Default: 'false'\n"
77 …"--compiler-opt-code-profiler: Enable opt code Bytecode Statistics for aot runtime. Defaul…
80 … "--enable-force-gc: Enable force gc when allocating object. Default: 'true'\n"
81 "--enable-eden-gc: Enable eden gc. Default: 'false'\n"
83 "--enable-ic: Switch of inline cache. Default: 'true'\n"
84 "--enable-runtime-stat: Enable statistics of runtime state. Default: 'false'\n"
85 … "--compiler-opt-array-bounds-check-elimination: Enable Index Check elimination. Default: 'true'\n"
86 "--compiler-opt-constant-folding: Enable constant folding. Default: 'true'\n"
87 …"--compiler-opt-type-lowering: Enable all type optimization pass for aot compiler. Default…
88 …"--compiler-opt-early-elimination: Enable EarlyElimination for aot compiler. Default: 'true'\n"
89 …"--compiler-opt-later-elimination: Enable LaterElimination for aot compiler. Default: 'true'\n"
90 …"--compiler-opt-string: Enable string optimization pass for aot compiler. Default: …
91 … "--compiler-opt-value-numbering: Enable ValueNumbering for aot compiler. Default: 'true'\n"
92 …"--compiler-empty-catch-function: Enable function with empty-catch for aot compiler: Default:…
93 …"--compiler-opt-inlining: Enable inlining function for aot compiler: Default: 'true'\…
94 "--compiler-opt-pgotype: Enable pgo type for aot compiler: Default: 'true'\n"
95 "--compiler-opt-track-field: Enable track field for aot compiler: Default: 'false'\n"
104 "--enable-worker: Whether is worker vm. Default: 'false'\n"
106 …"--log-components: Enable logs from specified components: ['all', 'gc', 'ecma'…
109 …"--log-debug: Enable debug or above logs for components: ['all', 'gc', 'e…
112 "--log-error: Enable error log for components: ['all', 'gc', 'ecma',\n"
115 "--log-fatal: Enable fatal log for components: ['all', 'gc', 'ecma',\n"
118 "--log-info: Enable info log for components: ['all', 'gc', 'ecma',\n"
121 … "--log-warning: Enable warning log for components: ['all', 'gc', 'ecma',\n"
124 …"--compiler-opt-max-method: Enable aot compiler to skip method larger than limit (KB). …
135 …"--enable-pgo-profiler: Enable pgo profiler to sample jsfunction call and output to…
137 … "--enable-elements-kind: Enable elementsKind sampling and usage. Default: 'false'\n"
142 "--compiler-baseline-pgo: Enable compile the baseline Ap file. "
147 "--enable-print-execute-time: Enable print execute panda file spent time\n"
159 … "--compiler-no-check Enable remove checks for aot compiler. Default: 'false'\n"
160 "--compiler-pipeline-host-aot Enable pipeline host aot compiler. Default: 'false'\n"
161 "--compiler-opt-loop-peeling: Enable loop peeling for aot compiler: Default: 'false'\n"
164 …"--compiler-enable-external-pkg Enable compile with external package for ark aot compiler\n"
165 …"--compiler-enable-lexenv-specialization: Enable replace ldlexvar with specific values: Default: '…
166 "--compiler-enable-native-inline: Enable inline native function: Default: 'false'\n"
167 "--compiler-enable-lowering-builtin: Enable lowering global object: Default: 'false'\n"
168 …"--compiler-opt-array-onheap-check: Enable TypedArray on heap check for aot compiler: Default: …
169 "--compiler-enable-litecg: Enable LiteCG: Default: 'false'\n"
170 "--compiler-enable-jit: Enable jit: Default: 'false'\n"
171 "--compiler-enable-osr: Enable osr: Default: 'false'\n"
172 "--compiler-enable-framework-aot: Enable frame aot: Default: 'true'\n"
176 "--compiler-force-jit-compile-main: Enable jit compile main function: Default: 'false'\n"
177 "--compiler-trace-jit: Enable trace jit: Default: 'false'\n"
178 "--compiler-enable-jit-pgo: Enable jit pgo: Default: 'true'\n"
179 …"--compiler-typed-op-profiler: Enable Typed Opcode Statistics for aot runtime. Default: 'f…
180 …"--compiler-opt-branch-profiling: Enable branch profiling for aot compiler. Default: 'true'\n"
182 "--compiler-methods-range: Enable aot compiler to compile only in-range methods."
185 … "--compiler-opt-escape-analysis: Enable escape analysis for aot compiler. Default: 'true'\n"
186 …"--compiler-trace-escape-analysis: Enable tracing escape analysis for aot compiler. Default: '…
187 …"--compiler-opt-induction-variable: Enable induciton variable analysis for aot compiler. Defaul…
188 …"--compiler-trace-induction-variable: Enable tracing induction variable for aot compiler. Default…
189 … "--compiler-memory-analysis: Enable memory analysis for aot compiler. Default: 'true'\n"
190 "--compiler-enable-jit-fast-compile: Enable jit fast compile. Default: 'false'\n"
191 "--compiler-enable-jitfort: Enable jit fort memory space. Default: 'false'\n"
193 …"--compiler-enable-async-copytofort: Enable jit fort allocation and code copy in Jit thread. Def…
194 "--compiler-pgo-force-dump: Enable pgo dump not interrupted by GC. Default: 'true'\n"
195 "--async-load-abc: Enable asynchronous load abc. Default: 'true'\n"
196 "--async-load-abc-test: Enable asynchronous load abc test. Default: 'false'\n"
197 …"--compiler-enable-concurrent: Enable concurrent compile(only support in ark_stub_compiler…
198 "--compiler-opt-frame-state-elimination: Enable frame state elimination. Default: 'true'\n"
215 {"enable-ark-tools", required_argument, nullptr, OPTION_ENABLE_ARK_TOOLS}, in ParseCommand()
230 {"enable-force-gc", required_argument, nullptr, OPTION_ENABLE_FORCE_GC}, in ParseCommand()
231 {"enable-eden-gc", required_argument, nullptr, OPTION_ENABLE_EDEN_GC}, in ParseCommand()
232 {"enable-ic", required_argument, nullptr, OPTION_ENABLE_IC}, in ParseCommand()
233 {"enable-runtime-stat", required_argument, nullptr, OPTION_ENABLE_RUNTIME_STAT}, in ParseCommand()
255 {"enable-worker", required_argument, nullptr, OPTION_ENABLE_WORKER}, in ParseCommand()
268 {"enable-context", required_argument, nullptr, OPTION_ENABLE_CONTEXT}, in ParseCommand()
275 {"enable-print-execute-time", required_argument, nullptr, OPTION_PRINT_EXECUTE_TIME}, in ParseCommand()
276 {"enable-pgo-profiler", required_argument, nullptr, OPTION_ENABLE_PGO_PROFILER}, in ParseCommand()
277 {"enable-elements-kind", required_argument, nullptr, OPTION_ENABLE_ELEMENTSKIND}, in ParseCommand()
296 … {"compiler-enable-external-pkg", required_argument, nullptr, OPTION_COMPILER_ENABLE_EXTERNAL_PKG}, in ParseCommand()
298 {"compiler-enable-lexenv-specialization", required_argument, nullptr, in ParseCommand()
300 …{"compiler-enable-native-inline", required_argument, nullptr, OPTION_COMPILER_ENABLE_NATIVE_INLINE… in ParseCommand()
301 …{"compiler-enable-lowering-builtin", required_argument, nullptr, OPTION_COMPILER_ENABLE_LOWERING_B… in ParseCommand()
302 {"compiler-enable-litecg", required_argument, nullptr, OPTION_COMPILER_ENABLE_LITECG}, in ParseCommand()
303 {"compiler-enable-jit", required_argument, nullptr, OPTION_COMPILER_ENABLE_JIT}, in ParseCommand()
304 {"compiler-enable-osr", required_argument, nullptr, OPTION_COMPILER_ENABLE_OSR}, in ParseCommand()
310 {"compiler-enable-jit-pgo", required_argument, nullptr, OPTION_COMPILER_ENABLE_JIT_PGO}, in ParseCommand()
311 {"compiler-enable-aot-pgo", required_argument, nullptr, OPTION_COMPILER_ENABLE_AOT_PGO}, in ParseCommand()
312 …{"compiler-enable-framework-aot", required_argument, nullptr, OPTION_COMPILER_ENABLE_FRAMEWORK_AOT… in ParseCommand()
313 …{"compiler-enable-profile-dump", required_argument, nullptr, OPTION_COMPILER_ENABLE_PROPFILE_DUMP}, in ParseCommand()
325 … {"compiler-enable-baselinejit", required_argument, nullptr, OPTION_COMPILER_ENABLE_BASELINEJIT}, in ParseCommand()
328 …{"compiler-enable-jit-fast-compile", required_argument, nullptr, OPTION_COMPILER_ENABLE_JIT_FAST_C… in ParseCommand()
329 {"compiler-enable-jitfort", required_argument, nullptr, OPTION_ENABLE_JITFORT}, in ParseCommand()
331 … {"compiler-enable-async-copytofort", required_argument, nullptr, OPTION_ENABLE_ASYNC_COPYTOFORT}, in ParseCommand()
335 … {"compiler-enable-concurrent", required_argument, nullptr, OPTION_COMPILER_ENABLE_CONCURRENT}, in ParseCommand()