Home | History | Annotate | Download | only in vm

Lines Matching defs:slot

79     IndirectRefSlot* slot;
85 slot = &table_[topIndex - 1];
86 assert(slot->obj != NULL);
87 while ((--slot)->obj != NULL) {
88 assert(slot >= table_ + prevState.parts.topIndex);
123 slot = &table_[topIndex++];
127 slot->obj = obj;
128 slot->serial = nextSerial(slot->serial);
129 result = toIndirectRef(slot - table_, slot->serial, kind_);