Searched refs:SlotIndex (Results 1 – 3 of 3) sorted by relevance
117 << ", slot_idx=" << SlotIndex(slot); in AllocSlot()
882 << ", bracket_size=" << std::dec << bracket_size << ", slot_idx=" << SlotIndex(slot); in FreeSlot()932 << ", bracket_size=" << std::dec << bracket_size << ", slot_idx=" << SlotIndex(slot); in AddToFreeListShared()976 size_t slot_idx = SlotIndex(slot); in InspectAllSlots()982 size_t slot_idx = SlotIndex(slot); in InspectAllSlots()1950 size_t slot_idx = SlotIndex(slot); in Verify()1956 size_t slot_idx = SlotIndex(slot); in Verify()
477 size_t SlotIndex(Slot* slot) const { in SlotIndex() function