Lines Matching full:slot
78 V(Slot) \
129 virtual Slot* AsSlot() { return NULL; }
989 class Slot: public Expression {
992 // A slot in the parameter section on the stack. index() is
996 // A slot in the local section on the stack. index() is
1000 // An indexed slot in a heap context. index() is the
1006 // A named slot in a heap context. var()->name() is the
1013 Slot(Variable* var, Type type, int index)
1021 virtual Slot* AsSlot() { return this; }