Home | History | Annotate | Download | only in x64

Lines Matching refs:receiver

475   LWrapReceiver(LOperand* receiver, LOperand* function) {
476 inputs_[0] = receiver;
480 DECLARE_CONCRETE_INSTRUCTION(WrapReceiver, "wrap-receiver")
482 LOperand* receiver() { return inputs_[0]; }
490 LOperand* receiver,
494 inputs_[1] = receiver;
502 LOperand* receiver() { return inputs_[1]; }
1405 DECLARE_CONCRETE_INSTRUCTION(GlobalReceiver, "global-receiver")