Lines Matching refs:kJumpTableSlotSize
36 DCHECK_EQ(0, line_offset % kJumpTableSlotSize); in SlotOffsetToIndex()
38 line_offset / kJumpTableSlotSize; in SlotOffsetToIndex()
45 (slot_index % kJumpTableSlotsPerLine) * kJumpTableSlotSize; in SlotIndexToOffset()
65 jtasm.NopBytes(kJumpTableSlotSize - jtasm.pc_offset()); in EmitLazyCompileJumpSlot()
67 Assembler::FlushICache(slot, kJumpTableSlotSize); in EmitLazyCompileJumpSlot()
77 jtasm.NopBytes(kJumpTableSlotSize - jtasm.pc_offset()); in PatchJumpTableSlot()
79 Assembler::FlushICache(slot, kJumpTableSlotSize); in PatchJumpTableSlot()
95 static constexpr int kJumpTableSlotSize = 18; variable
98 static constexpr int kJumpTableSlotSize = 10; variable
101 static constexpr int kJumpTableSlotSize = 5 * kInstrSize; variable
104 static constexpr int kJumpTableSlotSize = 3 * kInstrSize; variable
107 static constexpr int kJumpTableSlotSize = 20; variable
110 static constexpr int kJumpTableSlotSize = 14; variable
113 static constexpr int kJumpTableSlotSize = 48; variable
116 static constexpr int kJumpTableSlotSize = 24; variable
119 static constexpr int kJumpTableSlotSize = 6 * kInstrSize; variable
122 static constexpr int kJumpTableSlotSize = 8 * kInstrSize; variable
125 static constexpr int kJumpTableSlotSize = 1; variable
129 kJumpTableLineSize / kJumpTableSlotSize;