Home
last modified time | relevance | path

Searched defs:rgx (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Daot_test.cpp335 std::regex rgx("Compilation,B::f1.*,COMPILED"); in TEST_F() local
805 std::regex rgx("Inline,.*Z::zoo.*"); in TEST_F() local
/arkcompiler/runtime_core/bytecode_optimizer/
Doptimize_bytecode.cpp255 static std::regex rgx(panda::bytecodeopt::options.GetMethodRegex()); in SkipFunction() local
/arkcompiler/runtime_core/compiler/tools/aotdump/
Daotdump.cpp277 static std::regex rgx(options.GetMethodRegex()); in DumpFiles() local