Lines Matching defs:slot
100 // Each slot in our stack frame currently has exactly 8 bytes.
451 LiftoffRegister LoadToRegister(VarState slot, LiftoffRegList pinned);
455 VarState slot = cache_state_.stack_state.back();
457 if (slot.is_reg()) {
458 cache_state_.dec_used(slot.reg());
459 return slot.reg();
461 return LoadToRegister(slot, pinned);
477 // Returns the register which holds the value of stack slot {index}. If the
479 // register is then assigned to the stack slot. The value stack height is not
597 void Spill(VarState* slot);
625 // spill slot can be tracked and the stack frame will be allocated big enough.
804 // Only used on 32-bit systems: Fill a register from a "half stack slot", i.e.
1544 LiftoffRegister LoadI64HalfIntoRegister(VarState slot, RegPairHalf half);
1701 // A logical slot, which may occupy multiple stack slots.
1718 // Returns the size in bytes of the given logical slot.
1719 static int SlotSizeInBytes(const Slot& slot) {
1720 const ValueKind kind = slot.src_.kind();