Lines Matching defs:Compiler
34 // Compiler
37 size_t Compiler::expectedProgsCount_ = 0;
39 Compiler::Compiler(ScriptExtension ext) : Compiler(ext, DEFAULT_THREAD_COUNT) {}
41 Compiler::Compiler(ScriptExtension ext, size_t threadCount)
50 Compiler::~Compiler()
65 void Compiler::CheckOptionsAndFileForAbcInput(const std::string &fname, const CompilerOptions &options)
90 panda::pandasm::Program *Compiler::CompileAbcFile(const std::string &fname, const CompilerOptions &options)
102 void Compiler::CompileAbcFileInParallel(SourceFile *src, const CompilerOptions &options,
132 panda::pandasm::Program *Compiler::Compile(const SourceFile &input, const CompilerOptions &options,
181 util::PatchFix *Compiler::InitPatchFixHelper(const SourceFile &input, const CompilerOptions &options,
209 void Compiler::CleanPatchFixHelper(const util::PatchFix *patchFixHelper)
217 void Compiler::DumpAsm(const panda::pandasm::Program *prog)
222 int Compiler::CompileFiles(CompilerOptions &options,
279 panda::pandasm::Program *Compiler::CompileFile(const CompilerOptions &options, SourceFile *src,
299 void Compiler::ProcessAstForTS(parser::Program *ast, const es2panda::CompilerOptions &options)