Lines Matching defs:slot_offset
844 uintptr_t slot_offset = reinterpret_cast<uintptr_t>(slot) -846 DCHECK_EQ(slot_offset % bracket_size, 0U);847 uintptr_t slot_idx = slot_offset / bracket_size;