Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/tests/
Daot_test.cpp397 std::regex rgx("Compilation,B::f1.*,COMPILED"); in TEST_F() local
416 std::regex rgx("Compilation,B::f_overloaded.*,COMPILED"); in TEST_F() local
799 std::regex rgx("Inline,.*Z::zoo.*"); in TEST_F() local
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Doptimize_bytecode.cpp221 static std::regex rgx(ark::bytecodeopt::g_options.GetMethodRegex()); in SkipFunction() local
/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/static_core/compiler/tools/aotdump/
Daotdump.cpp292 static std::regex rgx(options_->GetMethodRegex()); in DumpMethodHeader() local
/arkcompiler/runtime_core/bytecode_optimizer/
Doptimize_bytecode.cpp190 static std::regex rgx(panda::bytecodeopt::options.GetMethodRegex()); in SkipFunction() local