Lines Matching full:slot
55 enum Type { UNLOADED = -2, ILLEGAL = -1, SLOT = 0, NAMED = 1, KEYED = 2 };
75 return (type_ < SLOT) ? 0 : type_;
79 bool is_slot() const { return type_ == SLOT; }
248 MemOperand SlotOperand(Slot* slot, Register tmp);
250 MemOperand ContextSlotOperandCheckExtensions(Slot* slot,
281 // Read a value from a slot and leave it on top of the expression stack.
282 void LoadFromSlot(Slot* slot, TypeofState typeof_state);
283 // Store the value on top of the stack to a slot.
284 void StoreToSlot(Slot* slot, InitState init_state);
289 void LoadFromGlobalSlotCheckExtensions(Slot* slot,