Lines Matching refs:push
93 __ push(scratch2);
455 __ push(t0);
578 // Check if we have enough stack space to push all arguments.
1136 // Our stack is currently aligned. We have have to push something along with
1296 // If ok, push undefined as the initial value for all register file entries.
1302 // TODO(rmcilroy): Consider doing more than one push per loop iteration.
1303 __ push(kInterpreterAccumulatorRegister);
1532 __ push(zero_reg);
1845 // arguments from the stack (including the receiver), and push thisArg (if
1922 // remove all arguments from the stack (including the receiver), and push
1966 // arguments from the stack (including the receiver), and push thisArgument
2051 // -- t0 : len (number of elements to push from args)
2083 Label done, push, loop;
2090 __ Branch(&push, ne, t1, Operand(kScratchReg));
2092 __ bind(&push);
3216 // Build v8::PropertyCallbackInfo::args_ array on the stack and push property
3952 __ push(a0); // Preserve deoptimizer object across call.
3981 __ push(t3);
3999 __ push(t2);
4001 __ push(t2);