Searched refs:LoopOpCode (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| D | regexp_opcode.h | 197 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);
|
| D | regexp_opcode.cpp | 31 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()
|
| D | regexp_parser.cpp | 779 LoopOpCode loopOp; in ParseQuantifier()
|
| /arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/ |
| D | regexp_opcode.h | 196 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);
|
| D | regexp_opcode.cpp | 29 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()
|
| D | regexp_parser.cpp | 829 LoopOpCode loopOp; in ParseQuantifier()
|