Lines Matching full:result_string
3547 Register result_string = x0;
3641 // x0 result_string pointer to result string object (uninit)
3663 __ AllocateOneByteSlicedString(result_string, result_length, x3, x4,
3668 __ AllocateTwoByteSlicedString(result_string, result_length, x3, x4,
3673 __ Str(from, FieldMemOperand(result_string, SlicedString::kOffsetOffset));
3675 FieldMemOperand(result_string, SlicedString::kParentOffset));
3681 // x0 result_string pointer to result string object (uninit)
3719 __ AllocateOneByteString(result_string, result_length, x3, x4, x5, &runtime);
3725 __ Add(result_char0, result_string,
3734 __ AllocateTwoByteString(result_string, result_length, x3, x4, x5, &runtime);
3740 __ Add(result_char0, result_string,