Lines Matching full:bytecode
64 bool ExecuteInternal(const DynChunk &byteCode, uint32_t pcEnd);
67 bool HandleOpChar(const DynChunk &byteCode, uint8_t opCode);
71 void HandleOpSaveStart(const DynChunk &byteCode, uint8_t opCode);
72 void HandleOpSaveEnd(const DynChunk &byteCode, uint8_t opCode);
73 void HandleOpSaveReset(const DynChunk &byteCode, uint8_t opCode);
74 void HandleOpMatch(const DynChunk &byteCode, uint8_t opCode);
75 void HandleOpSplitFirst(const DynChunk &byteCode, uint8_t opCode);
77 void HandleOpLoop(const DynChunk &byteCode, uint8_t opCode);
78 bool HandleOpRange32(const DynChunk &byteCode);
79 bool HandleOpRange(const DynChunk &byteCode);
80 bool HandleOpBackReference(const DynChunk &byteCode, uint8_t opCode);