Searched defs:optLevel (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_compiler.h | 27 StubCompiler(std::string &triple, std::string &filePath, size_t optLevel, size_t relocMode, in StubCompiler()
|
| D | pass_manager.h | 143 explicit PassManager(EcmaVM* vm, std::string &triple, size_t optLevel, size_t relocMode, in PassManager() 173 JitPassManager(EcmaVM* vm, std::string &triple, size_t optLevel, size_t relocMode, in JitPassManager()
|
| D | llvm_codegen.h | 55 uint32_t optLevel : 2; // 2 bits for optimized level 0-4 member
|
| D | stub_compiler.cpp | 193 size_t optLevel = runtimeOptions.GetOptLevel(); in main() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/ |
| D | me_option.cpp | 26 uint8 MeOption::optLevel = 0; member in maple::MeOption
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/ |
| D | me_option.h | 46 static uint8 optLevel; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_lower.h | 179 uint8 optLevel = 0; variable
|
| /arkcompiler/ets_frontend/ts2panda/ts2abc/ |
| D | ts2abc.cpp | 1437 static bool EmitProgram(const std::string &output, int optLevel, std::string optLogLevel, panda::pa… in EmitProgram() 1599 int optLevel = options.GetOptLevelArg(); in GenerateProgram() local
|