Home | History | Annotate | Download | only in arm64

Lines Matching full:result_length

3548   Register result_length = x1;
3560 __ Subs(result_length, to, from);
3572 __ Cmp(result_length, 1);
3580 __ Cmp(result_length, input_length);
3591 // x1 result_length length of substring result
3642 // x1 result_length length of substring result
3651 __ Cmp(result_length, SlicedString::kMinLength);
3663 __ AllocateOneByteSlicedString(result_string, result_length, x3, x4,
3668 __ AllocateTwoByteSlicedString(result_string, result_length, x3, x4,
3682 // x1 result_length length of substring result
3719 __ AllocateOneByteString(result_string, result_length, x3, x4, x5, &runtime);
3729 __ CopyBytes(result_char0, substring_char0, result_length, x3, kCopyLong);
3734 __ AllocateTwoByteString(result_string, result_length, x3, x4, x5, &runtime);
3744 __ Add(result_length, result_length, result_length);
3745 __ CopyBytes(result_char0, substring_char0, result_length, x3, kCopyLong);
3757 // x1: result_length
3762 StringCharAtGenerator generator(input_string, from, result_length, x0,