Home
last modified time | relevance | path

Searched refs:CompileAbcFileInParallel (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/
Des2panda.h239 void CompileAbcFileInParallel(SourceFile *src, const CompilerOptions &options,
Des2panda.cpp100 void Compiler::CompileAbcFileInParallel(SourceFile *src, const CompilerOptions &options, in CompileAbcFileInParallel() function in panda::es2panda::Compiler
/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompileQueue.cpp126 compiler.CompileAbcFileInParallel(src_, *options_, progsInfo_, allocator_); in Run()