Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/
Dcompile_method.cpp275 bool regexWithSign = g_options.WasSetCompilerRegexWithSignature(); in JITCompileMethod() local
276 ASSERT_PRINT(!(regex && regexWithSign), in JITCompileMethod()
278 …if ((regex || regexWithSign) && !g_options.MatchesRegex(runtime->GetMethodFullName(taskMethod, reg… in JITCompileMethod()