Lines Matching defs:Push
259 Push(src, scratch);
341 void Push(Register src) { push(src); }
342 void Push(Operand src) { push(src); }
343 void Push(Immediate value);
344 void Push(Handle<HeapObject> handle) { push(Immediate(handle)); }
345 void Push(Smi smi) { Push(Immediate(smi)); }
346 void Push(XMMRegister src, Register scratch) {
385 // Push caller saved registers on the stack, and return the number of bytes
591 // Push a new stack handler and link it into stack handler chain.