Home | History | Annotate | Download | only in x64

Lines Matching refs:scratch4

3946                                                         Register scratch4,
3986 Register map = scratch4;
4399 Register scratch4) {
4406 __ movq(scratch4, scratch1);
4407 __ SmiSub(scratch4,
4408 scratch4,
4410 // Register scratch4 now holds left.length - right.length.
4411 const Register length_difference = scratch4;