Searched defs:optimizationPendingProgs (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| H A D | compileQueue.h | 77 CompileFileJob(es2panda::SourceFile *src, es2panda::CompilerOptions *options, std::map<std::string, panda::es2panda::util::ProgramCache*> &progsInfo, std::unordered_set<std::string> &optimizationPendingProgs, util::SymbolTable *symbolTable, panda::ArenaAllocator *allocator) CompileFileJob() argument 177 CompileFileQueue(size_t threadCount, es2panda::CompilerOptions *options, std::map<std::string, panda::es2panda::util::ProgramCache*> &progsInfo, std::unordered_set<std::string> &optimizationPendingProgs, util::SymbolTable *symbolTable, panda::ArenaAllocator *allocator) CompileFileQueue() argument 229 PostAnalysisOptimizeFileQueue(size_t threadCount, std::map<std::string, panda::es2panda::util::ProgramCache*> &progsInfo, std::unordered_set<std::string> &optimizationPendingProgs) PostAnalysisOptimizeFileQueue() argument
|
| /arkcompiler/ets_frontend/es2panda/ |
| H A D | es2panda.cpp | 236 std::unordered_set<std::string> optimizationPendingProgs; in CompileFiles() local
|
Completed in 2 milliseconds