Lines Matching full:compiler
36 const std::string TARGET_COMPILER_MODE = "target-compiler-mode";
37 const std::string COMPILER_PKG_INFO = "compiler-pkg-info";
53 "compiler-log",
54 "compiler-log-methods",
55 "compiler-log-snapshot",
56 "compiler-log-time",
57 "compiler-type-threshold",
59 "compiler-trace-bc",
60 "compiler-trace-deopt",
61 "compiler-trace-inline",
62 "compiler-trace-value-numbering",
63 "compiler-trace-instruction-combine",
64 "compiler-max-inline-bytecodes",
65 "compiler-deopt-threshold",
66 "compiler-device-state",
67 "compiler-stress-deopt",
68 "compiler-opt-code-profiler",
69 "compiler-opt-bc-range",
70 "compiler-opt-bc-range-help",
74 "compiler-opt-constant-folding",
75 "compiler-opt-array-bounds-check-elimination",
76 "compiler-opt-type-lowering",
77 "compiler-opt-early-elimination",
78 "compiler-opt-later-elimination",
79 "compiler-opt-instr-combine",
80 "compiler-opt-string",
81 "compiler-opt-value-numbering",
82 "compiler-opt-new-value-numbering",
83 "compiler-opt-inlining",
84 "compiler-opt-pgotype",
85 "compiler-opt-track-field",
101 "compiler-opt-max-method",
102 "compiler-module-methods",
106 "compiler-opt-level",
111 "compiler-target-triple",
115 "compiler-pgo-profiler-path",
116 "compiler-pgo-hotness-threshold",
117 "compiler-pgo-save-min-interval",
118 "compiler-verify-vtable",
119 "compiler-select-methods",
120 "compiler-skip-methods",
121 "target-compiler-mode",
125 "compiler-no-check",
126 "compiler-pipeline-host-aot",
127 "compiler-fast-compile",
128 "compiler-opt-loop-peeling",
129 "compiler-opt-array-onheap-check",
130 "compiler-pkg-info",
131 "compiler-external-pkg-info",
132 "compiler-enable-external-pkg",
133 "compiler-framework-abc-path",
134 "compiler-enable-lexenv-specialization",
135 "compiler-enable-native-inline",
136 "compiler-enable-lowering-builtin",
137 "compiler-enable-litecg",
138 "compiler-enable-jit",
139 "compiler-enable-osr",
140 "compiler-trace-jit",
141 "compiler-jit-hotness-threshold",
142 "compiler-osr-hotness-threshold",
143 "compiler-force-jit-compile-main",
144 "compiler-enable-jit-pgo",
145 "compiler-enable-aot-pgo",
146 "compiler-enable-framework-aot",
147 "compiler-enable-profile-dump",
148 "compiler-typed-op-profiler",
149 "compiler-opt-branch-profiling",
151 "compiler-methods-range",
152 "compiler-codegen-options",
153 "compiler-opt-escape-analysis",
154 "compiler-trace-escape-analysis",
155 "compiler-opt-induction-variable",
156 "compiler-trace-induction-variable",
157 "compiler-memory-analysis",
158 "compiler-check-pgo-version",
159 "compiler-enable-baselinejit",
160 "compiler-baselinejit-hotness-threshold",
161 "compiler-force-baselinejit-compile-main",
162 "compiler-baseline-pgo",
170 … ERR_OK = (0), // IMPORTANT: Only if aot compiler SUCCESS and save an/ai SUCCESS, return ERR_OK.
187 {static_cast<int>(RetStatusOfCompiler::ERR_OK), {ERR_OK, "AOT compiler success"}},
188 …{static_cast<int>(RetStatusOfCompiler::ERR_NO_AP), {ERR_OK_NO_AOT_FILE, "AOT compiler not run: no …
190 {ERR_OK_NO_AOT_FILE, "AOT compiler not run: check version"}},
192 {ERR_AOT_COMPILER_CALL_FAILED, "AOT compiler fail: merge ap error"}},
194 {ERR_AOT_COMPILER_CALL_FAILED, "AOT compiler fail: empty an file"}},
196 {ERR_AOT_COMPILER_CALL_FAILED, "AOT compiler fail: save an error"}},
198 {ERR_AOT_COMPILER_CALL_FAILED, "AOT compiler fail: save ai error"}},
201 const InfoOfCompiler OtherInfoOfCompiler = {ERR_AOT_COMPILER_CALL_FAILED, "AOT compiler fail: other…