Lines Matching refs:byteCode
102 bool RegExpExecutor::ExecuteInternal(const DynChunk &byteCode, uint32_t pcEnd) in ExecuteInternal() argument
109 uint8_t opCode = byteCode.GetU8(GetCurrentPC()); in ExecuteInternal()
120 if (!HandleOpChar(byteCode, opCode)) { in ExecuteInternal()
145 HandleOpSaveStart(byteCode, opCode); in ExecuteInternal()
148 HandleOpSaveEnd(byteCode, opCode); in ExecuteInternal()
151 uint32_t offset = byteCode.GetU32(GetCurrentPC() + 1); in ExecuteInternal()
165 HandleOpSaveReset(byteCode, opCode); in ExecuteInternal()
170 HandleOpMatch(byteCode, opCode); in ExecuteInternal()
173 HandleOpSplitFirst(byteCode, opCode); in ExecuteInternal()
183 HandleOpLoop(byteCode, opCode); in ExecuteInternal()
194 uint32_t offset = byteCode.GetU32(GetCurrentPC() + 1); in ExecuteInternal()
210 if (!HandleOpRange32(byteCode)) { in ExecuteInternal()
216 if (!HandleOpRange(byteCode)) { in ExecuteInternal()
223 if (!HandleOpBackReference(byteCode, opCode)) { in ExecuteInternal()