Lines Matching full:compiler
36 const std::string TARGET_COMPILER_MODE = "target-compiler-mode";
37 const std::string COMPILER_PKG_INFO = "compiler-pkg-info";
38 const std::string COMPILER_ENABLE_AOT_CODE_COMMENT = "compiler-enable-aot-code-comment";
39 const std::string COMPILER_LOG_OPT = "compiler-log";
40 const std::string COMPILER_AN_FILE_MAX_SIZE = "compiler-an-file-max-size";
56 "compiler-log",
57 "compiler-log-methods",
58 "compiler-log-snapshot",
59 "compiler-log-time",
60 "compiler-type-threshold",
62 "compiler-trace-bc",
63 "compiler-trace-deopt",
64 "compiler-trace-inline",
65 "compiler-trace-value-numbering",
66 "compiler-trace-instruction-combine",
67 "compiler-max-inline-bytecodes",
68 "compiler-deopt-threshold",
69 "compiler-device-state",
70 "compiler-thermal-level",
71 "compiler-stress-deopt",
72 "compiler-opt-code-profiler",
73 "compiler-opt-bc-range",
74 "compiler-opt-bc-range-help",
78 "compiler-opt-constant-folding",
79 "compiler-opt-array-bounds-check-elimination",
80 "compiler-opt-type-lowering",
81 "compiler-opt-early-elimination",
82 "compiler-opt-later-elimination",
83 "compiler-opt-instr-combine",
84 "compiler-opt-string",
85 "compiler-opt-value-numbering",
86 "compiler-opt-new-value-numbering",
87 "compiler-opt-inlining",
88 "compiler-opt-pgotype",
89 "compiler-opt-track-field",
105 "compiler-opt-max-method",
106 "compiler-module-methods",
110 "compiler-opt-level",
115 "compiler-target-triple",
120 "compiler-pgo-profiler-path",
121 "compiler-pgo-hotness-threshold",
122 "compiler-pgo-save-min-interval",
123 "compiler-verify-vtable",
124 "compiler-select-methods",
125 "compiler-skip-methods",
126 "target-compiler-mode",
130 "compiler-no-check",
131 "compiler-pipeline-host-aot",
132 "compiler-fast-compile",
133 "compiler-opt-loop-peeling",
134 "compiler-opt-array-onheap-check",
135 "compiler-pkg-info",
136 "compiler-external-pkg-info",
137 "compiler-enable-external-pkg",
138 "compiler-framework-abc-path",
139 "compiler-enable-lexenv-specialization",
140 "compiler-enable-native-inline",
141 "compiler-enable-lowering-builtin",
142 "compiler-enable-litecg",
143 "compiler-enable-jit",
144 "compiler-enable-osr",
145 "compiler-trace-jit",
146 "compiler-jit-hotness-threshold",
147 "compiler-osr-hotness-threshold",
148 "compiler-force-jit-compile-main",
149 "compiler-enable-jit-pgo",
150 "compiler-enable-aot-pgo",
151 "compiler-enable-framework-aot",
152 "compiler-enable-profile-dump",
153 "compiler-typed-op-profiler",
154 "compiler-opt-branch-profiling",
156 "compiler-methods-range",
157 "compiler-codegen-options",
158 "compiler-opt-escape-analysis",
159 "compiler-trace-escape-analysis",
160 "compiler-opt-induction-variable",
161 "compiler-trace-induction-variable",
162 "compiler-memory-analysis",
163 "compiler-check-pgo-version",
164 "compiler-enable-baselinejit",
165 "compiler-baselinejit-hotness-threshold",
166 "compiler-force-baselinejit-compile-main",
167 "compiler-baseline-pgo",
168 "compiler-trace-builtins",
176 … ERR_OK = (0), // IMPORTANT: Only if aot compiler SUCCESS and save an/ai SUCCESS, return ERR_OK.
193 {static_cast<int>(RetStatusOfCompiler::ERR_OK), {ERR_OK, "AOT compiler success"}},
194 …{static_cast<int>(RetStatusOfCompiler::ERR_NO_AP), {ERR_OK_NO_AOT_FILE, "AOT compiler not run: no …
196 {ERR_OK_NO_AOT_FILE, "AOT compiler not run: check version"}},
198 {ERR_AOT_COMPILER_CALL_FAILED, "AOT compiler fail: merge ap error"}},
200 {ERR_AOT_COMPILER_CALL_FAILED, "AOT compiler fail: empty an file"}},
202 {ERR_AOT_COMPILER_CALL_FAILED, "AOT compiler fail: save an error"}},
204 {ERR_AOT_COMPILER_CALL_FAILED, "AOT compiler fail: save ai error"}},
207 const InfoOfCompiler OtherInfoOfCompiler = {ERR_AOT_COMPILER_CALL_FAILED, "AOT compiler fail: other…