Lines Matching refs:push
754 // Check if we have enough stack space to push all arguments.
1140 // Our stack is currently aligned. We have have to push something along with
1302 // If ok, push undefined as the initial value for all register file entries.
1308 // TODO(rmcilroy): Consider doing more than one push per loop iteration.
1862 // arguments from the stack (including the receiver), and push thisArg (if
1949 // remove all arguments from the stack (including the receiver), and push
2009 // arguments from the stack (including the receiver), and push thisArgument
2099 // -- a4 : len (number of elements to push from args)
2133 Label done, push, loop;
2145 __ Branch(&push, ne, a5, Operand(t1));
2147 __ bind(&push);
3283 // Build v8::PropertyCallbackInfo::args_ array on the stack and push property