Lines Matching defs:slot_index
71 static uint32_t JumpSlotIndexToOffset(uint32_t slot_index) {
72 uint32_t line_index = slot_index / kJumpTableSlotsPerLine;
74 (slot_index % kJumpTableSlotsPerLine) * kJumpTableSlotSize;
86 static uint32_t FarJumpSlotIndexToOffset(uint32_t slot_index) {
87 return slot_index * kFarJumpTableSlotSize;
105 static uint32_t LazyCompileSlotIndexToOffset(uint32_t slot_index) {
106 return slot_index * kLazyCompileTableSlotSize;
120 for (uint32_t slot_index = 0; slot_index < num_slots; ++slot_index) {
121 DCHECK_EQ(slot_index * kLazyCompileTableSlotSize, jtasm.pc_offset());
122 jtasm.EmitLazyCompileJumpSlot(slot_index + num_imported_functions,