@@ -4500,7 +4500,7 @@ protected Object stringByteIndexPatternTooLarge(Rope stringRope, Rope patternRop
4500
4500
"offset >= 0" ,
4501
4501
"singleByteOptimizableNode.execute(stringRope)" ,
4502
4502
"patternRope.byteLength() <= stringRope.byteLength()" })
4503
- protected Object stringCharacterIndexSingleByteOptimizable (Rope stringRope , Rope patternRope , int offset ,
4503
+ protected Object stringByteIndexSingleByteOptimizable (Rope stringRope , Rope patternRope , int offset ,
4504
4504
@ Cached RopeNodes .BytesNode stringBytesNode ,
4505
4505
@ Cached RopeNodes .BytesNode patternBytesNode ,
4506
4506
@ Cached LoopConditionProfile loopProfile ,
@@ -4533,7 +4533,7 @@ protected Object stringCharacterIndexSingleByteOptimizable(Rope stringRope, Rope
4533
4533
"offset >= 0" ,
4534
4534
"!singleByteOptimizableNode.execute(stringRope)" ,
4535
4535
"patternRope.byteLength() <= stringRope.byteLength()" })
4536
- protected Object stringCharacterIndex (Rope stringRope , Rope patternRope , int offset ,
4536
+ protected Object stringByteIndex (Rope stringRope , Rope patternRope , int offset ,
4537
4537
@ Cached RopeNodes .CalculateCharacterLengthNode calculateCharacterLengthNode ,
4538
4538
@ Cached RopeNodes .BytesNode stringBytesNode ,
4539
4539
@ Cached RopeNodes .BytesNode patternBytesNode ) {
0 commit comments