Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_runtime_options.h246 return WasOptionSet(OPTION_ENABLE_ARK_TOOLS); in WasSetEnableArkTools()
261 return WasOptionSet(OPTION_OPEN_ARK_TOOLS); in WasSetOpenArkTools()
276 return WasOptionSet(OPTION_ENABLE_RUNTIME_STAT); in WasSetEnableRuntimeStat()
321 return WasOptionSet(OPTION_STUB_FILE); in WasStubFileSet()
346 return WasOptionSet(OPTION_AOT_FILE); in WasAOTOutputFileSet()
637 return WasOptionSet(OPTION_MAX_UNMOVABLE_SPACE); in WasSetMaxNonmovableSpaceCapacity()
755 return WasOptionSet(OPTION_COMPILER_LOG_OPT) && GetCompilerLogOption().find("none") == std::string::npos; in WasSetCompilerLogOption()
770 return WasOptionSet(OPTION_COMPILER_LOG_METHODS) && GetCompilerLogOption().find("none") == std::string::npos && in WasSetMethodsListForLog()
786 return WasOptionSet(OPTION_COMPILER_LOG_SNAPSHOT); in WasSetCompilerLogSnapshot()
801 return WasOptionSet(OPTION_COMPILER_LOG_TIM in WasSetCompilerLogTime()
2000 bool WasOptionSet(int option) const WasOptionSet() function in panda::ecmascript::JSRuntimeOptions
[all...]

Completed in 4 milliseconds