Home | History | Annotate | Download | only in x64

Lines Matching refs:Push

43 // stack.  It supports push/pop operations on the expression stack, as well
241 // Push a copy of the value of a local frame slot on top of the frame.
246 // Push the value of a local frame slot on top of the frame and invalidate
259 // Push the address of the receiver slot on the frame.
262 // Push the function on top of the frame.
279 // Push a copy of the value of a parameter frame slot on top of the frame.
284 // Push the value of a paramter frame slot on top of the frame and
300 // Push a try-catch or try-finally handler on top of the virtual frame.
383 // Push an element on top of the expression stack and emit a
384 // corresponding push instruction.
397 // Push an element on the virtual frame.
398 void Push(Register reg, NumberInfo::Type info = NumberInfo::kUnknown);
399 void Push(Handle<Object> value);
400 void Push(Smi* value) { Push(Handle<Object>(value)); }
404 void Push(Result* result) {
406 Push(result->reg(), result->number_info());
409 Push(result->handle());
416 // the frame. Nip(k) is equivalent to x = Pop(), Drop(k), Push(x).
507 // Push a copy of a frame slot (typically a local or parameter) on top of
511 // Push a the value of a frame slot (typically a local or parameter) on