Searched defs:Matcher (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | lowering.cpp | 945 … using Matcher = AnyOf<BinaryOp<Opcode::Or, SRC0, UnaryOp<Opcode::Not, SRC1, Flags::S>, Flags::C>, in LowerLogicWithInvertedOperand() typedef 1011 using Matcher = AnyOf<BinaryOp<OPCODE, SRC0, SHLI<SRC1>, FLAGS>, in LowerBinaryOperationWithShiftedOperand() typedef 1056 using Matcher = AnyOf<UnaryOp<OPCODE, SHLI<SRC0>>, in LowerUnaryOperationWithShiftedOperand() typedef
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_regexp.cpp | 1892 bool BuiltinsRegExp::Matcher(JSThread *thread, const JSHandle<JSTaggedValue> regexp, in Matcher() function in panda::ecmascript::builtins::BuiltinsRegExp
|