Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.cpp182 {"compiler-log-methods", required_argument, nullptr, OPTION_COMPILER_LOG_METHODS}, in ParseCommand()
589 case OPTION_COMPILER_LOG_METHODS: in ParseCommand()
Djs_runtime_options.h90 OPTION_COMPILER_LOG_METHODS, enumerator
599 return 1ULL << static_cast<uint64_t>(OPTION_COMPILER_LOG_METHODS) & wasSet_ && in WasSetMethodsListForLog()