Searched defs:lOptions (Results 1 - 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | compilation_driver.cpp | 23 CompilationDriver(PGOProfilerDecoder &profilerDecoder, BytecodeInfoCollector *collector, AOTFileGenerator *fileGenerator, const std::string &fileName, const std::string &triple, LOptions *lOptions, CompilerLog *log, bool outputAsm, size_t maxMethodsInModule) CompilationDriver() argument
|
| H A D | compilation_driver.h | 136 JitCompilationDriver(PGOProfilerDecoder &profilerDecoder, BytecodeInfoCollector* collector, AOTFileGenerator *fileGenerator, const std::string &fileName, const std::string &triple, LOptions *lOptions, CompilerLog *log, bool outputAsm, size_t maxMethodsInModule) JitCompilationDriver() argument
|
| H A D | aot_compiler_preprocessor.cpp | 231 LOptions lOptions = LOptions(DEFAULT_OPT_LEVEL, FPFlag::RESERVE_FP, DEFAULT_REL_MODE); in AnalyzeGraph() local
|
Completed in 2 milliseconds