Lines Matching refs:string_length
3346 Register string_length = rcx;
3394 __ Set(string_length, 0);
3397 // scratch, string_length(int32), elements(FixedArray*).
3414 __ AddSmiField(string_length,
3422 // string_length: Sum of string lengths.
3440 // string_length: Sum of string lengths.
3455 // string_length: Sum of string lengths.
3460 // Add (separator length times (array_length - 1)) to string_length.
3466 __ addl(string_length, scratch);
3470 // string_length: Total length of result string.
3472 __ AllocateAsciiString(result_pos, string_length, scratch,
3501 __ SmiToInteger32(string_length,
3505 __ CopyBytes(result_pos, string, string_length);
3545 __ SmiToInteger32(string_length,
3549 __ CopyBytes(result_pos, string, string_length);
3590 __ movl(string_length, scratch);
3591 __ CopyBytes(result_pos, string, string_length, 2);
3596 __ SmiToInteger32(string_length,
3600 __ CopyBytes(result_pos, string, string_length);