Searched refs:kJumpTableSlotsPerLine (Results 1 – 1 of 1) sorted by relevance
37 return line_index * kJumpTableSlotsPerLine + in SlotOffsetToIndex()43 uint32_t line_index = slot_index / kJumpTableSlotsPerLine; in SlotIndexToOffset()45 (slot_index % kJumpTableSlotsPerLine) * kJumpTableSlotSize; in SlotIndexToOffset()53 return ((slot_count + kJumpTableSlotsPerLine - 1) / in SizeForNumberOfSlots()54 kJumpTableSlotsPerLine) * in SizeForNumberOfSlots()128 static constexpr int kJumpTableSlotsPerLine = variable