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 | 123 … explicit PassManager(CompilationEnv *env, std::string &triple, size_t optLevel, size_t relocMode, in PassManager() 164 JitPassManager(JitCompilationEnv *env, std::string &triple, size_t optLevel, size_t relocMode, in JitPassManager()
|
| D | stub_compiler.cpp | 203 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/llvm/ |
| D | llvm_codegen.h | 55 uint32_t optLevel : 2; // 2 bits for optimized level 0-4 member
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_lower.h | 155 uint8 optLevel = 0; variable
|
| /arkcompiler/jsvm/src/ |
| D | js_native_api_v8.cpp | 4953 JSVM_WasmOptLevel optLevel) in OH_JSVM_CompileWasmFunction()
|