Searched defs:result_pos (Results 1 - 8 of 8) sorted by relevance

/external/v8/src/arm/
H A Dfull-codegen-arm.cc3509 Register result_pos = no_reg; // Will be r2 local
3626 // result_pos to the position of the result where to write the first
3629 result_pos = array_length; // End of live range for array_length.
3631 __ add(result_pos,
3644 // result_pos: the position to which we are currently copying characters.
3653 __ CopyBytes(string, result_pos, string_length, scratch1);
3669 // result_pos: the position to which we are currently copying characters.
3675 __ strb(separator, MemOperand(result_pos, 1, PostIndex));
3683 __ CopyBytes(string, result_pos, string_length, scratch1);
3693 // result_pos
[all...]
/external/v8/src/ia32/
H A Dfull-codegen-ia32.cc3461 Register result_pos = no_reg; // Will be edi. local
3535 result_pos = array_length;
3566 __ AllocateAsciiString(result_pos, string_length, scratch,
3568 __ mov(result_operand, result_pos);
3569 __ lea(result_pos, FieldOperand(result_pos, SeqAsciiString::kHeaderSize));
3587 // result_pos: the position to which we are currently copying characters.
3599 __ CopyBytes(string, result_pos, string_length, scratch);
3623 // result_pos: the position to which we are currently copying characters.
3627 __ mov_b(Operand(result_pos,
[all...]
/external/v8/src/mips/
H A Dfull-codegen-mips.cc3543 Register result_pos = no_reg; // Will be a2. local
3662 // result_pos to the position of the result where to write the first
3666 result_pos = array_length; // End of live range for array_length.
3668 __ Addu(result_pos,
3681 // result_pos: the position to which we are currently copying characters.
3691 __ CopyBytes(string, result_pos, string_length, scratch1);
3707 // result_pos: the position to which we are currently copying characters.
3713 __ sb(separator, MemOperand(result_pos));
3714 __ Addu(result_pos, result_pos,
[all...]
/external/v8/src/x64/
H A Dfull-codegen-x64.cc3353 Register result_pos = no_reg; // Will be rdi. local
3436 result_pos = array_length;
3472 __ AllocateAsciiString(result_pos, string_length, scratch,
3474 __ movq(result_operand, result_pos);
3475 __ lea(result_pos, FieldOperand(result_pos, SeqAsciiString::kHeaderSize));
3493 // result_pos: the position to which we are currently copying characters.
3505 __ CopyBytes(result_pos, string, string_length);
3533 // result_pos: the position to which we are currently copying characters.
3537 __ movb(Operand(result_pos,
[all...]
/external/chromium_org/v8/src/arm/
H A Dfull-codegen-arm.cc3984 Register result_pos = no_reg; // Will be r2 local
4101 // result_pos to the position of the result where to write the first
4104 result_pos = array_length; // End of live range for array_length.
4106 __ add(result_pos,
4119 // result_pos: the position to which we are currently copying characters.
4130 __ CopyBytes(string, result_pos, string_length, scratch1);
4146 // result_pos: the position to which we are currently copying characters.
4152 __ strb(separator, MemOperand(result_pos, 1, PostIndex));
4162 __ CopyBytes(string, result_pos, string_length, scratch1);
4172 // result_pos
[all...]
/external/chromium_org/v8/src/ia32/
H A Dfull-codegen-ia32.cc3960 Register result_pos = no_reg; // Will be edi. local
4034 result_pos = array_length;
4065 __ AllocateAsciiString(result_pos, string_length, scratch,
4067 __ mov(result_operand, result_pos);
4068 __ lea(result_pos, FieldOperand(result_pos, SeqOneByteString::kHeaderSize));
4086 // result_pos: the position to which we are currently copying characters.
4098 __ CopyBytes(string, result_pos, string_length, scratch);
4122 // result_pos: the position to which we are currently copying characters.
4126 __ mov_b(Operand(result_pos,
[all...]
/external/chromium_org/v8/src/mips/
H A Dfull-codegen-mips.cc4016 Register result_pos = no_reg; // Will be a2. local
4135 // result_pos to the position of the result where to write the first
4139 result_pos = array_length; // End of live range for array_length.
4141 __ Addu(result_pos,
4154 // result_pos: the position to which we are currently copying characters.
4164 __ CopyBytes(string, result_pos, string_length, scratch1);
4180 // result_pos: the position to which we are currently copying characters.
4186 __ sb(separator, MemOperand(result_pos));
4187 __ Addu(result_pos, result_pos,
[all...]
/external/chromium_org/v8/src/x64/
H A Dfull-codegen-x64.cc3927 Register result_pos = no_reg; // Will be rdi. local
4010 result_pos = array_length;
4046 __ AllocateAsciiString(result_pos, string_length, scratch,
4048 __ movq(result_operand, result_pos);
4049 __ lea(result_pos, FieldOperand(result_pos, SeqOneByteString::kHeaderSize));
4067 // result_pos: the position to which we are currently copying characters.
4079 __ CopyBytes(result_pos, string, string_length);
4107 // result_pos: the position to which we are currently copying characters.
4111 __ movb(Operand(result_pos,
[all...]

Completed in 330 milliseconds