Searched refs:GetCompilerLogOption (Results 1 – 4 of 4) sorted by relevance
750 std::string GetCompilerLogOption() const in GetCompilerLogOption() function762 …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()
206 std::string logOption = runtimeOptions.GetCompilerLogOption(); in main()
59 logOption_ = runtimeOptions.GetCompilerLogOption(); in JitCompilationOptions()
40 logOption_ = runtimeOptions.GetCompilerLogOption(); in CompilationOptions()