Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/test262/
H A Dconfig.py146 DEFAULT_OPT_LEVEL = 2 variable
H A Drun_sunspider.py78 default=DEFAULT_OPT_LEVEL,
154 self.opt_level = DEFAULT_OPT_LEVEL
H A Drun_test262.py129 default=DEFAULT_OPT_LEVEL,
775 opt_level = DEFAULT_OPT_LEVEL
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Daot_compiler_preprocessor.cpp144 vmOpt.SetOptLevel(DEFAULT_OPT_LEVEL); in HandleTargetModeInfo()
145 cOptions.optLevel_ = DEFAULT_OPT_LEVEL; in HandleTargetModeInfo()
231 LOptions lOptions = LOptions(DEFAULT_OPT_LEVEL, FPFlag::RESERVE_FP, DEFAULT_REL_MODE); in AnalyzeGraph()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_runtime_options.cpp1467 SetOptLevel(DEFAULT_OPT_LEVEL); in SetOptionsForTargetCompilation()
H A Djs_runtime_options.h31 constexpr size_t DEFAULT_OPT_LEVEL = 3; // 3: default opt level member

Completed in 10 milliseconds