Home | History | Annotate | Download | only in arm64

Lines Matching full:argc_actual

1431   Register argc_actual = x0;  // Excluding the receiver.
1440 __ Cmp(argc_actual, argc_expected);
1457 __ Add(copy_start, copy_start, Operand(argc_actual, LSL, kPointerSizeLog2));
1494 __ Lsl(argc_actual, argc_actual, kPointerSizeLog2);
1498 __ Add(copy_from, copy_from, argc_actual);
1501 __ Sub(copy_end, copy_end, argc_actual);