Home
last modified time | relevance | path

Searched refs:MatchesRegex (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/compiler/
H A Dcompiler_options.h55 * `Options::GetCompilerRegex()` on every call to `MatchesRegex()`.
66 bool MatchesRegex(const T &method_name) in MatchesRegex() function in panda::compiler::CompilerOptions
/arkcompiler/runtime_core/static_core/compiler/
H A Dcompiler_options.h56 * `Options::GetCompilerRegex()` on every call to `MatchesRegex()`.
74 bool MatchesRegex(const T &methodName) in MatchesRegex() function in ark::compiler::CompilerOptions
H A Dcompile_method.cpp277 if ((regex || regexWithSign) && !g_options.MatchesRegex(runtime->GetMethodFullName(taskMethod, regexWithSign))) { in JITCompileMethod()
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dtime_utils_test.cpp94 ASSERT_THAT(date.c_str(), ::testing::MatchesRegex(PATTERN)); in TEST_F()

Completed in 3 milliseconds