Home
last modified time | relevance | path

Searched defs:LoopOpCode (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/regexp/
H A Dregexp_opcode.h201 class LoopOpCode : public RegExpOpCode { class
203 LoopOpCode() : RegExpOpCode(OP_LOOP, RegExpOpCode::OP_SIZE_THIRTEEN) {} in LoopOpCode() function in panda::ecmascript::LoopOpCode
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
H A Dregexp_opcode.h196 class LoopOpCode : public RegExpOpCode { class
198 LoopOpCode() : RegExpOpCode(OP_LOOP, RegExpOpCode::OP_SIZE_THIRTEEN) {} in LoopOpCode() function in ark::LoopOpCode

Completed in 3 milliseconds