Home
last modified time | relevance | path

Searched defs:Matcher (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlowering.cpp945 … 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/
Dbuiltins_regexp.cpp1892 bool BuiltinsRegExp::Matcher(JSThread *thread, const JSHandle<JSTaggedValue> regexp, in Matcher() function in panda::ecmascript::builtins::BuiltinsRegExp