Lines Matching refs:DynChunk
61 bool ExecuteInternal(const DynChunk &byteCode, uint32_t pcEnd);
98 inline bool HandleOpChar(const DynChunk &byteCode, uint8_t opCode)
173 inline void HandleOpSaveStart(const DynChunk &byteCode, uint8_t opCode)
185 inline void HandleOpSaveEnd(const DynChunk &byteCode, uint8_t opCode)
197 inline void HandleOpSaveReset(const DynChunk &byteCode, uint8_t opCode)
216 inline void HandleOpMatch(const DynChunk &byteCode, uint8_t opCode)
226 inline void HandleOpSplitFirst(const DynChunk &byteCode, uint8_t opCode)
247 inline void HandleOpLoop(const DynChunk &byteCode, uint8_t opCode)
275 inline bool HandleOpRange32(const DynChunk &byteCode)
321 inline bool HandleOpRange(const DynChunk &byteCode)
343 inline bool HandleOpSparse(const DynChunk &byteCode)
365 inline bool HandleOpBackReference(const DynChunk &byteCode, uint8_t opCode)
611 const DynChunk &byteCode, const uint16_t rangeCount)