Home
last modified time | relevance | path

Searched refs:MatchOpCode (Results 1 – 6 of 6) 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.cpp512 MatchOpCode matchOp; in ParseAssertionCapture()
526 MatchOpCode matchOp; in ParseAssertionCapture()
542 MatchOpCode matchOp; in ParseAssertionCapture()
554 MatchOpCode matchOp; in ParseAssertionCapture()
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_opcode.h226 class MatchOpCode : public RegExpOpCode {
228 MatchOpCode() : RegExpOpCode(OP_MATCH, RegExpOpCode::OP_SIZE_ONE) {} in MatchOpCode() function
230 ~MatchOpCode() override = default;
231 NO_COPY_SEMANTIC(MatchOpCode);
232 NO_MOVE_SEMANTIC(MatchOpCode);
Dregexp_opcode.cpp28 static MatchOpCode g_gMatchOpcode = MatchOpCode(); // NOLINT(fuchsia-statically-con…
335 uint32_t MatchOpCode::EmitOpCode(DynChunk *buf, [[maybe_unused]] uint32_t para) const in EmitOpCode()
341 uint32_t MatchOpCode::DumpOpCode(std::ostream &out, [[maybe_unused]] const DynChunk &buf, uint32_t … in DumpOpCode()
Dregexp_parser.cpp568 MatchOpCode matchOp; in ParseAssertionCapture()
582 MatchOpCode matchOp; in ParseAssertionCapture()
598 MatchOpCode matchOp; in ParseAssertionCapture()
610 MatchOpCode matchOp; in ParseAssertionCapture()