Lines Matching full:bytecode
81 bool RegExpExecutor::ExecuteInternal(const DynChunk &byteCode, uint32_t pcEnd) in ExecuteInternal() argument
88 uint8_t opCode = byteCode.GetU8(GetCurrentPC()); in ExecuteInternal()
99 if (!HandleOpChar(byteCode, opCode)) { in ExecuteInternal()
124 HandleOpSaveStart(byteCode, opCode); in ExecuteInternal()
127 HandleOpSaveEnd(byteCode, opCode); in ExecuteInternal()
130 uint32_t offset = byteCode.GetU32(GetCurrentPC() + 1); in ExecuteInternal()
155 HandleOpSaveReset(byteCode, opCode); in ExecuteInternal()
160 HandleOpMatch(byteCode, opCode); in ExecuteInternal()
163 HandleOpSplitFirst(byteCode, opCode); in ExecuteInternal()
173 HandleOpLoop(byteCode, opCode); in ExecuteInternal()
191 uint32_t offset = byteCode.GetU32(GetCurrentPC() + 1); in ExecuteInternal()
210 if (!HandleOpRange32(byteCode)) { in ExecuteInternal()
216 if (!HandleOpRange(byteCode)) { in ExecuteInternal()
222 if (!HandleOpSparse(byteCode)) { in ExecuteInternal()
229 if (!HandleOpBackReference(byteCode, opCode)) { in ExecuteInternal()