Home | History | Annotate | Download | only in src

Lines Matching refs:Slot

75   memcpy(&evict_[num_evicted_], entry.stack, d * sizeof(Slot));
114 evict_ = new Slot[kBufferLength];
269 Slot h = 0;
271 Slot slot = reinterpret_cast<Slot>(stack[i]);
273 h += (slot * 31) + (slot * 7) + (slot * 3);
286 if (e->stack[i] != reinterpret_cast<Slot>(stack[i])) {
316 e->stack[i] = reinterpret_cast<Slot>(stack[i]);