Home
last modified time | relevance | path

Searched refs:SetCompilerRegex (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
Dstack_walker_test.cpp62 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 …]
/arkcompiler/runtime_core/compiler/
Dcompiler_options.h60 void SetCompilerRegex(const std::string &new_regex_pattern) in SetCompilerRegex() function
62 Options::SetCompilerRegex(new_regex_pattern); in SetCompilerRegex()
/arkcompiler/runtime_core/static_core/compiler/
Dcompiler_options.h60 void SetCompilerRegex(const std::string &newRegexPattern) in SetCompilerRegex() function
62 Options::SetCompilerRegex(newRegexPattern); in SetCompilerRegex()
/arkcompiler/runtime_core/compiler/tests/
Dosr_test.cpp41 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()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dosr_test.cpp41 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()