Searched refs:LoopGreedyOpCode (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| D | regexp_opcode.h | 207 class LoopGreedyOpCode : public RegExpOpCode { 209 LoopGreedyOpCode() : RegExpOpCode(OP_LOOP_GREEDY, RegExpOpCode::OP_SIZE_THIRTEEN) {} in LoopGreedyOpCode() function 211 ~LoopGreedyOpCode() override = default; 212 NO_COPY_SEMANTIC(LoopGreedyOpCode); 213 NO_MOVE_SEMANTIC(LoopGreedyOpCode);
|
| D | regexp_opcode.cpp | 32 static LoopGreedyOpCode g_loopGreedyOpcode = 33 …LoopGreedyOpCode(); // NOLINTNEXTLINE(fuchsia-statically-co… 247 uint32_t LoopGreedyOpCode::EmitOpCode(DynChunk *buf, uint32_t start, uint32_t min, uint32_t max) co… in EmitOpCode() 256 uint32_t LoopGreedyOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode()
|
| D | regexp_parser.cpp | 776 LoopGreedyOpCode loopOp; in ParseQuantifier()
|
| /arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/ |
| D | regexp_opcode.h | 206 class LoopGreedyOpCode : public RegExpOpCode { 208 LoopGreedyOpCode() : RegExpOpCode(OP_LOOP_GREEDY, RegExpOpCode::OP_SIZE_THIRTEEN) {} in LoopGreedyOpCode() function 210 ~LoopGreedyOpCode() override = default; 211 NO_COPY_SEMANTIC(LoopGreedyOpCode); 212 NO_MOVE_SEMANTIC(LoopGreedyOpCode);
|
| D | regexp_opcode.cpp | 30 static LoopGreedyOpCode g_gLoopGreedyOpcode = LoopGreedyOpCode(); // NOLINT(fuchsia-statically-con… 243 uint32_t LoopGreedyOpCode::EmitOpCode(DynChunk *buf, uint32_t start, uint32_t min, uint32_t max) co… in EmitOpCode() 252 uint32_t LoopGreedyOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode()
|
| D | regexp_parser.cpp | 826 LoopGreedyOpCode loopOp; in ParseQuantifier()
|