Home
last modified time | relevance | path

Searched refs:aotFileGenerator (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Djit_compiler.cpp144 auto aotFileGenerator = new (std::nothrow) AOTFileGenerator(&jitCompiler->GetCompilerLog(), in Compile() local
147 if (aotFileGenerator == nullptr) { in Compile()
150 jitCodeGenerator_.reset(aotFileGenerator); in Compile()

Completed in 1 milliseconds