Searched refs:kJumpTableSlotsPerLine (Results 1 – 1 of 1) sorted by relevance
66 return line_index * kJumpTableSlotsPerLine + in SlotOffsetToIndex()72 uint32_t line_index = slot_index / kJumpTableSlotsPerLine; in JumpSlotIndexToOffset()74 (slot_index % kJumpTableSlotsPerLine) * kJumpTableSlotSize; in JumpSlotIndexToOffset()80 return ((slot_count + kJumpTableSlotsPerLine - 1) / in SizeForNumberOfSlots()81 kJumpTableSlotsPerLine) * in SizeForNumberOfSlots()236 static constexpr int kJumpTableSlotsPerLine = variable238 STATIC_ASSERT(kJumpTableSlotsPerLine >= 1);