Home | History | Annotate | Download | only in ia32

Lines Matching refs:push

72     __ push(offset);
279 __ push(receiver);
280 __ push(holder);
281 __ push(name);
285 __ push(receiver);
286 __ push(FieldOperand(receiver, InterceptorInfo::kDataOffset));
386 __ push(receiver);
388 __ push(holder);
389 __ push(name_);
430 __ push(receiver);
431 push(scratch2);
440 __ push(holder);
442 __ push(holder);
443 __ push(FieldOperand(holder, AccessorInfo::kDataOffset));
444 __ push(name_);
445 __ push(scratch2); // restore old return address
454 __ push(scratch1);
467 __ push(scratch); // restore old return address
591 __ push(Immediate(Smi::FromInt(0)));
592 __ push(Immediate(Smi::FromInt(0)));
593 __ push(Immediate(Smi::FromInt(0)));
594 __ push(Immediate(Smi::FromInt(0)));
595 __ push(scratch);
610 __ push(scratch);
812 __ push(name_);
836 __ push(holder); // Save the holder.
837 __ push(name_); // Save the name.
906 __ push(receiver_reg);
907 __ push(Immediate(Handle<Map>(transition)));
908 __ push(eax);
909 __ push(scratch);
1043 // Push the stack address where the list of arguments ends
1046 __ push(other);
1047 __ push(receiver); // receiver
1048 __ push(reg); // holder
1050 __ push(other);
1051 __ push(FieldOperand(other, AccessorInfo::kDataOffset)); // data
1052 __ push(name_reg); // name
1144 // Push a copy of the function onto the stack.
1145 __ push(edi);
1147 __ push(edi); // function is also the parameter to the runtime call
1581 __ push(edx); // receiver
1582 __ push(Immediate(Handle<AccessorInfo>(callback))); // callback info
1583 __ push(ecx); // name
1584 __ push(eax); // value
1585 __ push(ebx); // restore return address
1631 __ push(edx); // receiver
1632 __ push(ecx); // name
1633 __ push(eax); // value
1634 __ push(ebx); // restore return address
2130 // Push the allocated object to the stack. This is the object that will be
2132 __ push(edx);
2192 __ push(ecx);