Home
last modified time | relevance | path

Searched refs:OPTION_COMPILER_LOG_OPT (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.cpp159 {"compiler-log", required_argument, nullptr, OPTION_COMPILER_LOG_OPT}, in ParseCommand()
311 case OPTION_COMPILER_LOG_OPT: in ParseCommand()
Djs_runtime_options.h88 OPTION_COMPILER_LOG_OPT, enumerator
522 return 1ULL << static_cast<uint64_t>(OPTION_COMPILER_LOG_OPT) & wasSet_ && in WasSetCompilerLogOption()