Searched refs:SlotIndex (Results 1 – 3 of 3) sorted by relevance
117 << ", slot_idx=" << SlotIndex(slot); in AllocSlot()
885 << ", bracket_size=" << std::dec << bracket_size << ", slot_idx=" << SlotIndex(slot); in FreeSlot()935 << ", bracket_size=" << std::dec << bracket_size << ", slot_idx=" << SlotIndex(slot); in AddToFreeListShared()979 size_t slot_idx = SlotIndex(slot); in InspectAllSlots()985 size_t slot_idx = SlotIndex(slot); in InspectAllSlots()1952 size_t slot_idx = SlotIndex(slot); in Verify()1958 size_t slot_idx = SlotIndex(slot); in Verify()
478 size_t SlotIndex(Slot* slot) const { in SlotIndex() function