Home | History | Annotate | Download | only in ia32

Lines Matching full:push

60     __ push(edi);
61 __ push(scratch); // Restore return address.
115 __ push(eax);
117 // Push the function to invoke on the stack.
118 __ push(edi);
271 __ push(edi);
285 // Push the allocated receiver to the stack. We need two copies
288 __ push(ebx);
289 __ push(ebx);
299 __ push(Operand(ebx, ecx, times_4, 0));
350 __ push(ecx);
368 // Clear the context before we push it when entering the JS frame.
381 // Push the function and the receiver onto the stack.
382 __ push(ecx);
383 __ push(Operand(ebx, EntryFrameConstants::kReceiverArgOffset));
394 __ mov(edx, Operand(ebx, ecx, times_4, 0)); // push parameter from argv
395 __ push(Operand(edx, 0)); // dereference handle
437 __ push(Immediate(Factory::undefined_value()));
438 __ push(ebx);
479 __ push(eax);
481 __ push(ebx);
562 __ push(Operand(ebp, 4 * kPointerSize)); // push this
563 __ push(Operand(ebp, 2 * kPointerSize)); // push arguments
586 __ push(Operand(ebp, 4 * kPointerSize)); // push this
587 __ push(eax);
592 // Push current index and limit.
596 __ push(eax); // limit
597 __ push(Immediate(0)); // index
625 __ push(ebx);
639 // Push the receiver.
641 __ push(ebx);
658 // Push the nth argument.
659 __ push(eax);
925 // Push the constructor and argc. No need to tag argc as a smi, as there will
930 __ push(edi);
933 __ push(eax);
1020 __ push(eax);
1060 __ push(ecx);
1143 __ push(ebp);
1147 __ push(Immediate(Smi::FromInt(StackFrame::ARGUMENTS_ADAPTOR)));
1149 // Push the function on the stack.
1150 __ push(edi);
1157 __ push(ecx);
1172 __ push(ecx);
1204 __ push(Operand(eax, 0));
1223 __ push(Operand(edi, 0));
1232 __ push(Immediate(Factory::undefined_value()));