• Home
  • Raw
  • Download

Lines Matching full:default

42 …                           Path (file suffix not needed) to AOT output file. Default: 'aot_file'\n"
45 "--asm-interpreter: Enable asm interpreter. Default: 'true'\n"
47 …"--compiler-assert-types: Enable type assertion for type inference tests. Default: 'f…
61 " Default: 'none'\n"
63 "Default: 'none'\n"
64 …e-threshold: enable to skip methods whose type is no more than threshold. Default: -1\n"
65 "--compiler-log-snapshot: Enable to print snapshot information. Default: 'false'\n"
66 …"--compiler-opt-global-typeinfer: Enable global typeinfer for aot compiler: Default: 'false'\…
67 "--compiler-log-time: Enable to print pass compiler time. Default: 'false'\n"
68 "--enable-ark-tools: Enable ark tools to debug. 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 …-inline-bytecodes Set max bytecodes count which aot function can be inlined. Default: '25'\n"
73 …pt-threshold: Set max count which aot function can occur deoptimization. Default: '10'\n"
74 "--compiler-stress-deopt: Enable stress deopt for aot compiler. Default: 'false'\n"
75 …opt-code-profiler: Enable opt code Bytecode Statistics for aot runtime. Default: 'false'\n"
76 … "--enable-force-gc: Enable force gc when allocating object. Default: 'true'\n"
77 "--enable-ic: Switch of inline cache. Default: 'true'\n"
78 "--enable-runtime-stat: Enable statistics of runtime state. Default: 'false'\n"
79 …r-opt-type-lowering: Enable all type optimization pass for aot compiler. Default: 'true'\n"
80 …"--compiler-opt-early-elimination: Enable EarlyElimination for aot compiler. Default: 'true'\n"
81 …"--compiler-opt-later-elimination: Enable LaterElimination for aot compiler. Default: 'true'\n"
82 … "--compiler-opt-value-numbering: Enable ValueNumbering for aot compiler. Default: 'true'\n"
83 …"--compiler-opt-inlining: Enable inlining function for aot compiler: Default: 'true'\…
84 "--compiler-opt-pgotype: Enable pgo type for aot compiler: Default: 'true'\n"
85 "--compiler-opt-track-field: Enable track field for aot compiler: Default: 'false'\n"
86 …"--entry-point: Full name of entrypoint function. Default: '_GLOBAL::func_m…
87 …-gc: If true trigger full gc, else trigger semi and old gc. Default: 'true'\n"
88 "--framework-abc-file: Snapshot file. Default: 'strip.native.min.abc'\n"
89 "--gc-long-paused-time: Set gc's longPauseTime in millisecond. Default: '40'\n"
90 "--gc-thread-num: Set gc thread number. Default: '7'\n"
91 "--heap-size-limit: Max heap size (MB). Default: '512'\n"
93 "--icu-data-path: Path to generated icu data file. Default: 'default'\n"
94 "--enable-worker: Whether is worker vm. Default: 'false'\n"
98 " Default: 'all'\n"
101 " Default: 'all'\n"
104 " Default: 'all'\n"
107 " Default: 'all'\n"
110 " Default: 'all'\n"
113 " 'all']. Default: 'all'\n"
114 …-max-method: Enable aot compiler to skip method larger than limit (KB). Default: '32'\n"
115 …"--compiler-module-methods: The number of max compiled methods in a module. Default: '1…
117 "--merge-abc: ABC file is merge abc. Default: 'false'\n"
118 …mpiler-opt-level: Optimization level configuration of aot compiler. Default: '3'\n"
120 "--compiler-print-type-info: Enable print type info. Default: 'false'\n"
121 …-buffer-size-limit: Max serializer buffer size used by the VM in Byte. Default size is 2GB\n"
122 "--snapshot-file: Snapshot file. Default: '/system/etc/snapshot'\n"
123 …"--startup-time: Print the start time of command execution. Default: 'false'…
125 "Default: 'stub.an'\n"
127 "Default: 'false'\n"
128 …"--compiler-pgo-hotness-threshold: Set hotness threshold for pgo in aot compiler. Default: '2'…
129 …-profiler-path: The pgo file output dir or the pgo file dir of AOT compiler. Default: ''\n"
132 …" 'aarch64-unknown-linux-gnu'], Default: 'x86_64-unknown-linu…
134 … "--compiler-verify-vtable: Verify vtable result for aot compiler. Default: 'false'\n"
140 " Default: ''\n"
141 "--hap-path The path of the app hap. Default: ''\n"
142 "--hap-abc-offset The offset of the abc file in app hap. Default: '0'\n"
143 "--hap-abc-size The size of the abc file in app hap. Default: '0'\n"
144 "--compiler-fast-compile Disable some time-consuming pass. Default: 'true'\n"
145 … "--compiler-no-check Enable remove checks for aot compiler. Default: 'false'\n"
146 …"--compiler-opt-loop-peeling: Enable loop peeling for aot compiler: Default: 'false'\n\n";
731 default: in ParseCommand()