Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Daot_compiler.cpp210 bool isEnableLiteCG = runtimeOptions.IsCompilerEnableLiteCG(); in Main() local
212 isEnableLiteCG = true; in Main()
214 vm->GetJSOptions().SetCompilerEnableLiteCG(isEnableLiteCG); in Main()
215 compilerStats.SetIsLiteCg(isEnableLiteCG); in Main()
217 AOTFileGenerator generator(&log, &logList, &aotCompilationEnv, cOptions.triple_, isEnableLiteCG); in Main()

Completed in 2 milliseconds