Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.h510 std::string GetCompilerLogOption() const in GetCompilerLogOption() function
523 GetCompilerLogOption().find("none") == std::string::npos; in WasSetCompilerLogOption()
539 GetCompilerLogOption().find("none") == std::string::npos && in WasSetMethodsListForLog()
540 GetCompilerLogOption().find("all") == std::string::npos; in WasSetMethodsListForLog()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_compiler.cpp183 std::string logOption = runtimeOptions.GetCompilerLogOption(); in main()
Daot_compiler.cpp153 std::string logOption = runtimeOptions.GetCompilerLogOption(); in Main()