Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_opcode.h227 class MatchOpCode : public RegExpOpCode {
229 MatchOpCode() : RegExpOpCode(OP_MATCH, RegExpOpCode::OP_SIZE_ONE) {} in MatchOpCode() function
231 ~MatchOpCode() override = default;
232 NO_COPY_SEMANTIC(MatchOpCode);
233 NO_MOVE_SEMANTIC(MatchOpCode);
Dregexp_opcode.cpp30 static MatchOpCode g_matchOpcode = MatchOpCode(); // NOLINTNEXTLINE(fuchsia-statically-constructed…
339 uint32_t MatchOpCode::EmitOpCode(DynChunk *buf, [[maybe_unused]] uint32_t para) const in EmitOpCode()
345 uint32_t MatchOpCode::DumpOpCode(std::ostream &out, [[maybe_unused]] const DynChunk &buf, uint32_t … in DumpOpCode()
Dregexp_parser.cpp511 MatchOpCode matchOp; in ParseAssertionCapture()
525 MatchOpCode matchOp; in ParseAssertionCapture()
541 MatchOpCode matchOp; in ParseAssertionCapture()
553 MatchOpCode matchOp; in ParseAssertionCapture()