Lines Matching defs:operand
106 LinkageLocation operand = GetInputLocation(i);
107 if (!operand.IsRegister()) {
108 DCHECK(operand.IsCallerFrameSlot());
109 int slot_offset = -operand.GetLocation();
110 offset = std::max(offset, slot_offset + operand.GetSizeInPointers());
120 LinkageLocation operand = GetReturnLocation(i);
121 if (!operand.IsRegister()) {
122 DCHECK(operand.IsCallerFrameSlot());
123 int slot_offset = -operand.GetLocation();
145 LinkageLocation operand = GetInputLocation(i);
146 if (!operand.IsRegister() && operand.GetType().IsTagged()) {
151 int slot_offset = -operand.GetLocation() - 1;