Lines Matching refs:push
257 // Check if we have enough stack space to push all arguments.
590 // Clear the context before we push it when entering the internal frame.
628 // Check if we have enough stack space to push all arguments.
1260 // If ok, push undefined as the initial value for all register file entries.
1266 // TODO(rmcilroy): Consider doing more than one push per loop iteration.
1463 __ PushReturnAddressFrom(kScratchRegister); // Re-push return address.
1717 // Save the return address, so that we can push it to the end of the newly
1916 // arguments from the stack (including the receiver), and push thisArg (if
2022 // remove all arguments from the stack (including the receiver), and push
2072 // arguments from the stack (including the receiver), and push thisArgument
2173 // -- rcx : len (number of elements to push from args)
2212 Label done, push, loop;
2220 __ j(not_equal, &push, Label::kNear);
2222 __ bind(&push);
3237 // so we could also push 0 directly. In any case we need to push it, because
3261 // We cannot push values onto the stack right before the wasm call. The wasm
3555 // need to push the parameter onto the top of the stack. By iterating in a
4745 // Build v8::PropertyCallbackInfo::args_ array on the stack and push property