Lines Matching full:slot
243 int SlotOffset(Slot* slot);
245 // Emit code to convert a pure value (in a register, slot, as a literal,
250 // Slot cannot have type Slot::LOOKUP.
251 void Apply(Expression::Context context, Slot* slot);
272 void Move(Slot* dst, Register source, Register scratch1, Register scratch2);
273 void Move(Register dst, Slot* source);
275 // Return an operand used to read/write to a known (ie, non-LOOKUP) slot.
278 MemOperand EmitSlotSearch(Slot* slot, Register scratch);