Home | History | Annotate | Download | only in x64

Lines Matching full:push

141   __ push(receiver);
142 __ push(holder);
143 __ push(name);
148 __ push(kScratchRegister);
149 __ push(FieldOperand(kScratchRegister, InterceptorInfo::kDataOffset));
235 __ push(receiver_reg);
236 __ Push(Handle<Map>(transition));
237 __ push(rax);
238 __ push(scratch);
462 __ push(receiver);
464 __ push(holder);
465 __ push(name_);
510 __ push(receiver);
511 __ push(scratch2);
520 __ push(holder);
522 __ push(holder);
523 __ push(FieldOperand(holder, AccessorInfo::kDataOffset));
524 __ push(name_);
525 __ push(scratch2); // restore old return address
534 __ push(scratch1);
547 __ push(scratch); // restore old return address
595 __ push(holder); // Save the holder.
596 __ push(name_); // Save the name.
631 __ push(name_);
1354 __ push(rdx); // receiver
1355 __ Push(Handle<AccessorInfo>(callback)); // callback info
1356 __ push(rcx); // name
1357 __ push(rax); // value
1358 __ push(rbx); // restore return address
1433 __ push(rdx); // receiver
1434 __ push(rcx); // name
1435 __ push(rax); // value
1436 __ push(rbx); // restore return address
1566 // Push a copy of the function onto the stack.
1567 __ push(rdi);
1569 __ push(rdi); // function is also the parameter to the runtime call
1627 // Push the arguments on the JS stack of the caller.
1629 __ push(receiver); // receiver
1630 __ push(reg); // holder
1632 __ push(reg);
1633 __ push(FieldOperand(reg, AccessorInfo::kDataOffset));
1634 __ push(name_reg); // name
1635 __ push(scratch2); // restore return address
1843 __ push(rcx);