• Home
  • Raw
  • Download

Lines Matching full:compiler

151   "compiler/base/catchTable.cpp",
152 "compiler/base/condition.cpp",
153 "compiler/base/destructuring.cpp",
154 "compiler/base/hoisting.cpp",
155 "compiler/base/iterators.cpp",
156 "compiler/base/lexenv.cpp",
157 "compiler/base/literals.cpp",
158 "compiler/base/lreference.cpp",
159 "compiler/base/optionalChain.cpp",
160 "compiler/core/ETSCompiler.cpp",
161 "compiler/core/ETSCompilerUnrechable.cpp",
162 "compiler/core/ETSGen.cpp",
163 "compiler/core/ETSemitter.cpp",
164 "compiler/core/ETSfunction.cpp",
165 "compiler/core/JSCompiler.cpp",
166 "compiler/core/JSCompilerUnreachable.cpp",
167 "compiler/core/JSemitter.cpp",
168 "compiler/core/codeGen.cpp",
169 "compiler/core/compileJob.cpp",
170 "compiler/core/compileQueue.cpp",
171 "compiler/core/compilerImpl.cpp",
172 "compiler/core/dynamicContext.cpp",
173 "compiler/core/emitter.cpp",
174 "compiler/core/envScope.cpp",
175 "compiler/core/function.cpp",
176 "compiler/core/labelTarget.cpp",
177 "compiler/core/moduleContext.cpp",
178 "compiler/core/pandagen.cpp",
179 "compiler/core/programElement.cpp",
180 "compiler/core/regAllocator.cpp",
181 "compiler/core/regScope.cpp",
182 "compiler/core/regSpiller.cpp",
183 "compiler/core/switchBuilder.cpp",
184 "compiler/core/targetTypeContext.cpp",
185 "compiler/core/vReg.cpp",
186 "compiler/debugger/debuginfoDumper.cpp",
187 "compiler/function/asyncFunctionBuilder.cpp",
188 "compiler/function/asyncGeneratorFunctionBuilder.cpp",
189 "compiler/function/functionBuilder.cpp",
190 "compiler/function/generatorFunctionBuilder.cpp",
191 "compiler/lowering/checkerPhase.cpp",
192 "compiler/lowering/ets/ambientLowering.cpp",
193 "compiler/lowering/ets/bigintLowering.cpp",
194 "compiler/lowering/ets/boxingForLocals.cpp",
195 "compiler/lowering/ets/constStringToCharLowering.cpp",
196 "compiler/lowering/ets/defaultParameterLowering.cpp",
197 "compiler/lowering/ets/enumLowering.cpp",
198 "compiler/lowering/ets/enumPostCheckLowering.cpp",
199 "compiler/lowering/ets/expandBrackets.cpp",
200 "compiler/lowering/ets/expressionLambdaLowering.cpp",
201 "compiler/lowering/ets/interfaceObjectLiteralLowering.cpp",
202 "compiler/lowering/ets/interfacePropertyDeclarations.cpp",
203 "compiler/lowering/ets/lambdaLowering.cpp",
204 "compiler/lowering/ets/localClassLowering.cpp",
205 "compiler/lowering/ets/objectIndexAccess.cpp",
206 "compiler/lowering/ets/objectIterator.cpp",
207 "compiler/lowering/ets/objectLiteralLowering.cpp",
208 "compiler/lowering/ets/opAssignment.cpp",
209 "compiler/lowering/ets/optionalLowering.cpp",
210 "compiler/lowering/ets/partialExportClassGen.cpp",
211 "compiler/lowering/ets/promiseVoid.cpp",
212 "compiler/lowering/ets/recordLowering.cpp",
213 "compiler/lowering/ets/spreadLowering.cpp",
214 "compiler/lowering/ets/stringComparison.cpp",
215 "compiler/lowering/ets/stringConstructorLowering.cpp",
216 "compiler/lowering/ets/structLowering.cpp",
217 "compiler/lowering/ets/topLevelStmts/globalClassHandler.cpp",
218 "compiler/lowering/ets/topLevelStmts/globalDeclTransformer.cpp",
219 "compiler/lowering/ets/topLevelStmts/importExportDecls.cpp",
220 "compiler/lowering/ets/topLevelStmts/topLevelStmts.cpp",
221 "compiler/lowering/ets/tupleLowering.cpp",
222 "compiler/lowering/ets/unionLowering.cpp",
223 "compiler/lowering/phase.cpp",
224 "compiler/lowering/plugin_phase.cpp",
225 "compiler/lowering/resolveIdentifiers.cpp",
226 "compiler/lowering/scopesInit/savedBindingsCtx.cpp",
227 "compiler/lowering/scopesInit/scopesInitPhase.cpp",
228 "compiler/lowering/util.cpp",
478 "$ark_root/compiler:arkcompiler_public_config",
542 sources = "compiler/templates"
555 data = [ "compiler/scripts/signatures.yaml" ]
557 sources = "compiler/templates"
559 api = [ "compiler/scripts/signatures.rb" ]