Lines Matching refs:InstructionIndex
1273 procedure Rollback(const InstructionIndex: Integer); overload;
1280 const InstructionIndex: Integer); overload;
2562 property InstructionIndex: Integer read GetInstructionIndex write SetInstructionIndex;
2666 procedure Rollback(const InstructionIndex: Integer); overload; virtual;
2668 const InstructionIndex: Integer); overload; virtual;
6000 Op.InstructionIndex := Rewrites.Count;
6031 Rewrites[IOp.InstructionIndex] := nil;
6043 Rewrites[PrevROp.InstructionIndex] := nil;
6076 Rewrites[PrevIOp.InstructionIndex] := nil;
6126 procedure TTokenRewriteStream.Rollback(const InstructionIndex: Integer);
6128 Rollback(DEFAULT_PROGRAM_NAME, InstructionIndex);
6132 const InstructionIndex: Integer);
6139 InstructionIndex - MIN_TOKEN_INDEX);