Lines Matching full:enable
39 "--asm-interpreter: Enable asm interpreter. Default: true\n"
41 "--assert-types: Enable type assertion for type inference tests. Default: false\n"
57 "--enable-ark-tools: Enable ark tools to debug. Default: false\n"
58 "--trace-bc: enable tracing bytecode for aot runtime. Default: false\n"
59 "--trace-deopt: enable tracing deopt for aot runtime. Default: false\n"
61 "--opt-code-profiler: enable opt code Bytecode Statistics for aot runtime. Default: false\n"
62 "--enable-force-gc: enable force gc when allocating object. Default: true\n"
63 "--enable-ic: switch of inline cache. Default: true\n"
64 "--enable-runtime-stat: enable statistics of runtime state. Default: false\n"
65 "--enable-type-lowering: enable TSTypeLowering and TypeLowering for aot runtime. Default:true\n"
75 …"--log-components: Enable logs from specified components. Possible values: [\"all\", \"gc\", \"ecm…
77 …"--log-debug: Enable debug or above logs from specified components. Possible values: [\"all\", \"g…
79 …"--log-error: Enable error or above logs from specified components. Possible values: [\"all\", \"g…
81 …"--log-fatal: Enable fatal logs from specified components. Possible values: [\"all\", \"gc\", \"ec…
83 …"--log-info: Enable info or above logs from specified components. Possible values: [\"all\", \"gc\…
85 …"--log-warning: Enable warning or above logs from specified components. Possible values: [\"all\",…
88 "--maxAotMethodSize: enable aot to skip too large method. Default size: 32 KB\n"
93 "--print-any-types: Enable TypeFilter to print any types after type inference. Default: false\n"
99 …"--enable-pgo-profiler: Enable pgo profiler to sample jsfunction call and output to file. Default:…
104 "--enable-print-execute-time: enable print execute pandafile spent time\"\n"
127 {"enable-ark-tools", required_argument, nullptr, OPTION_ENABLE_ARK_TOOLS}, in ParseCommand()
132 {"enable-force-gc", required_argument, nullptr, OPTION_ENABLE_FORCE_GC}, in ParseCommand()
133 {"enable-ic", required_argument, nullptr, OPTION_ENABLE_IC}, in ParseCommand()
134 {"enable-runtime-stat", required_argument, nullptr, OPTION_ENABLE_RUNTIME_STAT}, in ParseCommand()
135 {"enable-type-lowering", required_argument, nullptr, OPTION_ENABLE_TYPE_LOWERING}, in ParseCommand()
164 {"enable-print-execute-time", required_argument, nullptr, OPTION_PRINT_EXECUTE_TIME}, in ParseCommand()
165 {"enable-pgo-profiler", required_argument, nullptr, OPTION_ENABLE_PGO_PROFILER}, in ParseCommand()