Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_opcode.h67 static constexpr size_t OP_SIZE_THIRTEEN = 13; variable
199 LoopOpCode() : RegExpOpCode(OP_LOOP, RegExpOpCode::OP_SIZE_THIRTEEN) {} in LoopOpCode()
209 LoopGreedyOpCode() : RegExpOpCode(OP_LOOP_GREEDY, RegExpOpCode::OP_SIZE_THIRTEEN) {} in LoopGreedyOpCode()