Home
last modified time | relevance | path

Searched refs:GetCompilerLogOption (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.h750 std::string GetCompilerLogOption() const in GetCompilerLogOption() function
762 …return WasOptionSet(OPTION_COMPILER_LOG_OPT) && GetCompilerLogOption().find("none") == std::string… in WasSetCompilerLogOption()
777 …return WasOptionSet(OPTION_COMPILER_LOG_METHODS) && GetCompilerLogOption().find("none") == std::st… in WasSetMethodsListForLog()
778 GetCompilerLogOption().find("all") == std::string::npos; in WasSetMethodsListForLog()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_compiler.cpp206 std::string logOption = runtimeOptions.GetCompilerLogOption(); in main()
Djit_compiler.cpp59 logOption_ = runtimeOptions.GetCompilerLogOption(); in JitCompilationOptions()
Daot_compiler_preprocessor.cpp40 logOption_ = runtimeOptions.GetCompilerLogOption(); in CompilationOptions()