Lines Matching defs:byteCode
128 bool RegExpExecutor::HandleOpChar(const DynChunk &byteCode, uint8_t opCode) in HandleOpChar()
215 void RegExpExecutor::HandleOpSaveStart(const DynChunk &byteCode, uint8_t opCode) in HandleOpSaveStart()
225 void RegExpExecutor::HandleOpSaveEnd(const DynChunk &byteCode, uint8_t opCode) in HandleOpSaveEnd()
235 void RegExpExecutor::HandleOpSaveReset(const DynChunk &byteCode, uint8_t opCode) in HandleOpSaveReset()
248 void RegExpExecutor::HandleOpMatch(const DynChunk &byteCode, uint8_t opCode) in HandleOpMatch()
258 void RegExpExecutor::HandleOpSplitFirst(const DynChunk &byteCode, uint8_t opCode) in HandleOpSplitFirst()
279 void RegExpExecutor::HandleOpLoop(const DynChunk &byteCode, uint8_t opCode) in HandleOpLoop()
306 bool RegExpExecutor::HandleOpRange32(const DynChunk &byteCode) in HandleOpRange32()
349 bool RegExpExecutor::HandleOpRange(const DynChunk &byteCode) in HandleOpRange()
392 bool RegExpExecutor::HandleOpBackReference(const DynChunk &byteCode, uint8_t opCode) in HandleOpBackReference()
466 bool RegExpExecutor::ExecuteInternal(const DynChunk &byteCode, uint32_t pcEnd) in ExecuteInternal()