Home
last modified time | relevance | path

Searched defs:progsInfo (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/es2panda/aot/
H A DresolveDepsRelation.h32 explicit DepsRelationResolver(const std::map<std::string, panda::es2panda::util::ProgramCache *> &progsInfo, in DepsRelationResolver() argument
H A DemitFiles.h47 EmitMergedAbcJob(const std::string &outputFileName, const std::string &transformLib, const std::map<std::string, panda::es2panda::util::ProgramCache*> &progsInfo, uint8_t targetApi, std::string targetSubApi) EmitMergedAbcJob() argument
81 EmitFileQueue(const std::unique_ptr<panda::es2panda::aot::Options> &options, std::map<std::string, size_t> *statp, const std::map<std::string, panda::es2panda::util::ProgramCache*> &progsInfo) EmitFileQueue() argument
/arkcompiler/ets_frontend/es2panda/util/
H A DmoduleHelpers.cpp23 CompileNpmModuleEntryList(const std::string &entriesInfo, panda::es2panda::CompilerOptions &options, std::map<std::string, panda::es2panda::util::ProgramCache*> &progsInfo, panda::ArenaAllocator *allocator) CompileNpmModuleEntryList() argument
H A Dhelpers.cpp971 void Helpers::RemoveProgramsRedundantData(std::map<std::string, panda::es2panda::util::ProgramCache*> &progsInfo, in RemoveProgramsRedundantData() argument
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DcompileQueue.h77 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
106 CompileAbcClassJob(const uint32_t classId, const es2panda::CompilerOptions &options, abc2program::Abc2ProgramCompiler &compiler, std::map<std::string, panda::es2panda::util::ProgramCache*> &progsInfo, panda::ArenaAllocator *allocator, std::string abcPkgName, bool pkgVersionUpdateRequiredInAbc = true) CompileAbcClassJob() 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
201 CompileAbcClassQueue(size_t threadCount, const es2panda::CompilerOptions &options, abc2program::Abc2ProgramCompiler &compiler, std::map<std::string, panda::es2panda::util::ProgramCache*> &progsInfo, panda::ArenaAllocator *allocator, es2panda::SourceFile *src) CompileAbcClassQueue() argument
229 PostAnalysisOptimizeFileQueue(size_t threadCount, std::map<std::string, panda::es2panda::util::ProgramCache*> &progsInfo, std::unordered_set<std::string> &optimizationPendingProgs) PostAnalysisOptimizeFileQueue() argument
[all...]
/arkcompiler/ets_frontend/es2panda/
H A Des2panda.cpp102 CompileAbcFileInParallel(SourceFile *src, const CompilerOptions &options, std::map<std::string, panda::es2panda::util::ProgramCache*> &progsInfo, panda::ArenaAllocator *allocator) CompileAbcFileInParallel() argument
222 CompileFiles(CompilerOptions &options, std::map<std::string, panda::es2panda::util::ProgramCache*> &progsInfo, panda::ArenaAllocator *allocator) CompileFiles() argument

Completed in 5 milliseconds