Home
last modified time | relevance | path

Searched refs:default_compiler_regex_ (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/runtime/tests/
Dstack_walker_test.cpp51 default_compiler_regex_(options.GetCompilerRegex()) in StackWalkerTest()
58 options.SetCompilerRegex(default_compiler_regex_); in ~StackWalkerTest()
86 std::string default_compiler_regex_; member in panda::test::StackWalkerTest
/arkcompiler/runtime_core/compiler/tests/
Dosr_test.cpp32 default_compiler_regex_(compiler::options.GetCompilerRegex()) in OsrTest()
41 compiler::options.SetCompilerRegex(default_compiler_regex_); in ~OsrTest()
60 std::string default_compiler_regex_; member in panda::test::OsrTest