Home
last modified time | relevance | path

Searched defs:optLevel (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_compiler.h27 StubCompiler(std::string &triple, std::string &filePath, size_t optLevel, size_t relocMode, in StubCompiler()
Dpass_manager.h103 … PassManager(EcmaVM* vm, std::string entry, std::string &triple, size_t optLevel, size_t relocMode, in PassManager()
Daot_compiler.cpp100 size_t optLevel = runtimeOptions.GetOptLevel(); in Main() local
Dllvm_codegen.h208 uint32_t optLevel : 2; // 2 bits for optimized level 0-4 member
Dstub_compiler.cpp192 size_t optLevel = runtimeOptions.GetOptLevel(); in main() local
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp1437 static bool EmitProgram(const std::string &output, int optLevel, std::string optLogLevel, panda::pa… in EmitProgram()
1599 int optLevel = options.GetOptLevelArg(); in GenerateProgram() local