Searched refs:SetCompilerRegex (Results 1 – 5 of 5) sorted by relevance
62 g_options.SetCompilerRegex(defaultCompilerRegex_); in ~StackWalkerTest()165 runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::testb|_GLOBAL::hook).*"); in TEST_F()368 …runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::main)(?!_GLOBAL::test)(?!_GLOBAL::hook).… in TestModifyManyVregs()471 …runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::main|_GLOBAL::f4|_GLOBAL::f1|_GLOBAL::f2… in TEST_F()474 …runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::main|_GLOBAL::f4|_GLOBAL::f1|_GLOBAL::f2… in TEST_F()477 runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::main|_GLOBAL::f4|_GLOBAL::f2).*"); in TEST_F()480 runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::main|_GLOBAL::f4).*"); in TEST_F()483 …runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::main|_GLOBAL::f1|_GLOBAL::f2|_GLOBAL::f3… in TEST_F()486 runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::main).*"); in TEST_F()489 …runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::f4|_GLOBAL::f1|_GLOBAL::f2|_GLOBAL::f3).… in TEST_F()[all …]
60 void SetCompilerRegex(const std::string &new_regex_pattern) in SetCompilerRegex() function62 Options::SetCompilerRegex(new_regex_pattern); in SetCompilerRegex()
60 void SetCompilerRegex(const std::string &newRegexPattern) in SetCompilerRegex() function62 Options::SetCompilerRegex(newRegexPattern); in SetCompilerRegex()
41 compiler::options.SetCompilerRegex(default_compiler_regex_); in ~OsrTest()395 runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::f1).*"); in TEST_F()528 runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::f2).*"); in TEST_F()611 runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::f2).*"); in TEST_F()
41 compiler::g_options.SetCompilerRegex(defaultCompilerRegex_); in ~OsrTest()405 runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::f1).*"); in TEST_F()541 runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::f2).*"); in TEST_F()626 runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::f2).*"); in TEST_F()