Home | History | Annotate | Download | only in x64

Lines Matching refs:string_length

3300   Register string_length = rcx;
3350 __ Set(string_length, 0);
3353 // scratch, string_length(int32), elements(FixedArray*).
3370 __ AddSmiField(string_length,
3378 // string_length: Sum of string lengths.
3396 // string_length: Sum of string lengths.
3411 // string_length: Sum of string lengths.
3416 // Add (separator length times (array_length - 1)) to string_length.
3422 __ addl(string_length, scratch);
3426 // string_length: Total length of result string.
3428 __ AllocateAsciiString(result_pos, string_length, scratch,
3457 __ SmiToInteger32(string_length,
3461 __ CopyBytes(result_pos, string, string_length);
3501 __ SmiToInteger32(string_length,
3505 __ CopyBytes(result_pos, string, string_length);
3546 __ movl(string_length, scratch);
3547 __ CopyBytes(result_pos, string, string_length, 2);
3552 __ SmiToInteger32(string_length,
3556 __ CopyBytes(result_pos, string, string_length);