Home | History | Annotate | Download | only in x64

Lines Matching refs:Push

348   // Push and pop the registers that can hold pointers.
741 void Push(Smi* smi);
850 void Push(Handle<Object> source);
878 void Push(Register src);
879 void Push(const Operand& src);
881 void Push(Immediate value);
1035 // Push/pop all general purpose registers.
1036 // Does not push rsp/rbp nor any of the assembler's special purpose registers
1220 // Push a new stack handler and link it into stack handler chain.
1734 masm->Push(Immediate(reinterpret_cast<int>(&__FILE_LINE__))); \