Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_opcode.h187 class CheckCharOpCode : public RegExpOpCode {
189 CheckCharOpCode() : RegExpOpCode(OP_CHECK_CHAR, RegExpOpCode::OP_SIZE_FIVE) {} in CheckCharOpCode() function
191 ~CheckCharOpCode() override = default;
192 NO_COPY_SEMANTIC(CheckCharOpCode);
193 NO_MOVE_SEMANTIC(CheckCharOpCode);
Dregexp_opcode.cpp35 static CheckCharOpCode g_checkCharOpcode = CheckCharOpCode(); // NOLINTNEXTLINE(fuchsia-statically…
306 uint32_t CheckCharOpCode::EmitOpCode(DynChunk *buf, uint32_t offset) const in EmitOpCode()
313 uint32_t CheckCharOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode()
Dregexp_parser.cpp770 CheckCharOpCode checkCharOp; in ParseQuantifier()
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_opcode.h186 class CheckCharOpCode : public RegExpOpCode {
188 CheckCharOpCode() : RegExpOpCode(OP_CHECK_CHAR, RegExpOpCode::OP_SIZE_FIVE) {} in CheckCharOpCode() function
190 ~CheckCharOpCode() override = default;
191 NO_COPY_SEMANTIC(CheckCharOpCode);
192 NO_MOVE_SEMANTIC(CheckCharOpCode);
Dregexp_opcode.cpp32 static CheckCharOpCode g_gCheckCharOpcode = CheckCharOpCode(); // NOLINT(fuchsia-statically-con…
302 uint32_t CheckCharOpCode::EmitOpCode(DynChunk *buf, uint32_t offset) const in EmitOpCode()
309 uint32_t CheckCharOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode()
Dregexp_parser.cpp820 CheckCharOpCode checkCharOp; in ParseQuantifier()