Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.cpp175 {"enable-runtime-stat", required_argument, nullptr, OPTION_ENABLE_RUNTIME_STAT}, in ParseCommand()
418 case OPTION_ENABLE_RUNTIME_STAT: in ParseCommand()
Djs_runtime_options.h91 OPTION_ENABLE_RUNTIME_STAT, enumerator
179 return WasOptionSet(OPTION_ENABLE_RUNTIME_STAT); in WasSetEnableRuntimeStat()