Home
last modified time | relevance | path

Searched refs:LoopOpCode (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_opcode.h197 class LoopOpCode : public RegExpOpCode {
199 LoopOpCode() : RegExpOpCode(OP_LOOP, RegExpOpCode::OP_SIZE_THIRTEEN) {} in LoopOpCode() function
201 ~LoopOpCode() override = default;
202 NO_COPY_SEMANTIC(LoopOpCode);
203 NO_MOVE_SEMANTIC(LoopOpCode);
Dregexp_opcode.cpp31 static LoopOpCode g_loopOpcode = LoopOpCode(); // NOLINTNEXTLINE(fuchsia-statically-constructed…
229 uint32_t LoopOpCode::EmitOpCode(DynChunk *buf, uint32_t start, uint32_t min, uint32_t max) const in EmitOpCode()
238 uint32_t LoopOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode()
Dregexp_parser.cpp779 LoopOpCode loopOp; in ParseQuantifier()
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_opcode.h196 class LoopOpCode : public RegExpOpCode {
198 LoopOpCode() : RegExpOpCode(OP_LOOP, RegExpOpCode::OP_SIZE_THIRTEEN) {} in LoopOpCode() function
200 ~LoopOpCode() override = default;
201 NO_COPY_SEMANTIC(LoopOpCode);
202 NO_MOVE_SEMANTIC(LoopOpCode);
Dregexp_opcode.cpp29 static LoopOpCode g_gLoopOpcode = LoopOpCode(); // NOLINT(fuchsia-statically-con…
225 uint32_t LoopOpCode::EmitOpCode(DynChunk *buf, uint32_t start, uint32_t min, uint32_t max) const in EmitOpCode()
234 uint32_t LoopOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode()
Dregexp_parser.cpp829 LoopOpCode loopOp; in ParseQuantifier()