Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Djit_compiler.cpp130 JitCompiler *jitCompiler = JitCompiler::GetInstance(); in Compile() local
131 jitCompiler->UpdatePassOptions(jitCompilationEnv_.get()); in Compile()
133 jitCompiler->GetJitOptions().triple_, in Compile()
134 jitCompiler->GetJitOptions().optLevel_, in Compile()
135 jitCompiler->GetJitOptions().relocMode_, in Compile()
136 &jitCompiler->GetCompilerLog(), in Compile()
137 &jitCompiler->GetLogList(), in Compile()
138 jitCompiler->GetProfilerDecoder(), in Compile()
139 &jitCompiler->GetPassOptions()); in Compile()
144 auto aotFileGenerator = new (std::nothrow) AOTFileGenerator(&jitCompiler in Compile()
249 JitCompiler *jitCompiler = JitCompiler::GetInstance(&options); InitJitCompiler() local
[all...]

Completed in 1 milliseconds