Lines Matching refs:push
92 __ push(scratch2);
630 __ push(s3);
756 // Check if we have enough stack space to push all arguments.
1144 // Our stack is currently aligned. We have have to push something along with
1304 // If ok, push undefined as the initial value for all register file entries.
1310 // TODO(rmcilroy): Consider doing more than one push per loop iteration.
1311 __ push(kInterpreterAccumulatorRegister);
1539 __ push(zero_reg);
1857 // arguments from the stack (including the receiver), and push thisArg (if
1946 // remove all arguments from the stack (including the receiver), and push
2006 // arguments from the stack (including the receiver), and push thisArgument
2096 // -- a4 : len (number of elements to push from args)
2130 Label done, push, loop;
2142 __ Branch(&push, ne, a5, Operand(t1));
2144 __ bind(&push);
2684 // Check if machine has simd enabled, if so push vector registers. If not
2685 // then only push double registers.
3306 // Build v8::PropertyCallbackInfo::args_ array on the stack and push property
3531 __ push(a0); // Preserve deoptimizer object across call.
3560 __ push(a7);
3578 __ push(a6);
3580 __ push(a6);