Lines Matching refs:InsertOpCode
124 splitOp.InsertOpCode(&buffer_, start, len + gotoOp.GetSize()); in ParseDisjunction()
303 rangeOp.InsertOpCode(&buffer_, rangeResult); in ParseAlternative()
375 rangeOp.InsertOpCode(&buffer_, rangeResult); in ParseAlternative()
378 rangeOp.InsertOpCode(&buffer_, rangeResult); in ParseAlternative()
511 matchAheadOp.InsertOpCode(&buffer_, start, len); in ParseAssertionCapture()
525 matchAheadOp.InsertOpCode(&buffer_, start, len); in ParseAssertionCapture()
541 matchAheadOp.InsertOpCode(&buffer_, start, len); in ParseAssertionCapture()
553 matchAheadOp.InsertOpCode(&buffer_, start, len); in ParseAssertionCapture()
752 pushOp.InsertOpCode(&buffer_, atomBcStart); in ParseQuantifier()
757 saveResetOp.InsertOpCode(&buffer_, atomBcStart, captureStart, captureEnd); in ParseQuantifier()
764 pushCharOp.InsertOpCode(&buffer_, atomBcStart); in ParseQuantifier()
781 splitNextOp.InsertOpCode(&buffer_, atomBcStart, buffer_.GetSize() - atomBcStart); in ParseQuantifier()
784 splitFirstOp.InsertOpCode(&buffer_, atomBcStart, buffer_.GetSize() - atomBcStart); in ParseQuantifier()
941 rangeOp.InsertOpCode(&buffer_, g_rangeD); in ParseAtomEscape()
952 rangeOp.InsertOpCode(&buffer_, atomRange); in ParseAtomEscape()
961 rangeOp.InsertOpCode(&buffer_, g_rangeS); in ParseAtomEscape()
971 rangeOp.InsertOpCode(&buffer_, atomRange); in ParseAtomEscape()
980 rangeOp.InsertOpCode(&buffer_, g_rangeW); in ParseAtomEscape()
991 rangeOp.InsertOpCode(&buffer_, atomRange); in ParseAtomEscape()