Home
last modified time | relevance | path

Searched refs:CharOpCode (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_opcode.h116 class CharOpCode : public RegExpOpCode {
118 CharOpCode() : RegExpOpCode(OP_CHAR, RegExpOpCode::OP_SIZE_THREE) {} in CharOpCode() function
120 ~CharOpCode() override = default;
121 NO_COPY_SEMANTIC(CharOpCode);
122 NO_MOVE_SEMANTIC(CharOpCode);
Dregexp_opcode.cpp25 static CharOpCode g_charOpcode = CharOpCode(); // NOLINTNEXTLINE(fuchsia-statically…
151 uint32_t CharOpCode::EmitOpCode(DynChunk *buf, uint32_t para) const in EmitOpCode()
159 uint32_t CharOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode()
Dregexp_parser.cpp308 CharOpCode charOp; in ParseAlternative()
438 CharOpCode charOp; in ParseAlternative()