Lines Matching refs:IsDoubleStackSlot
1633 DCHECK(source.IsDoubleStackSlot()); in Move()
1653 DCHECK(source.IsDoubleStackSlot()); in Move()
1673 DCHECK(destination.IsDoubleStackSlot()); in Move()
1686 DCHECK(source.IsDoubleStackSlot()); in Move()
1816 DCHECK(right.IsDoubleStackSlot()); in GenerateCompareTest()
2198 } else if (rhs.IsDoubleStackSlot()) { in HandleCondition()
2373 } else if (right.IsDoubleStackSlot()) { in VisitCompare()
3086 } else if (in.IsStackSlot() || in.IsDoubleStackSlot()) { in VisitTypeConversion()
3110 } else if (in.IsStackSlot() || in.IsDoubleStackSlot()) { in VisitTypeConversion()
3133 } else if (in.IsStackSlot() || in.IsDoubleStackSlot()) { in VisitTypeConversion()
3155 } else if (in.IsStackSlot() || in.IsDoubleStackSlot()) { in VisitTypeConversion()
3175 } else if (in.IsDoubleStackSlot()) { in VisitTypeConversion()
3518 DCHECK(second.IsDoubleStackSlot()); in VisitAdd()
3609 DCHECK(second.IsDoubleStackSlot()); in VisitSub()
3700 DCHECK(second.IsDoubleStackSlot()); in VisitMul()
3733 DCHECK(second.IsDoubleStackSlot()); in VisitMul()
3750 } else if (source.IsDoubleStackSlot()) { in PushOntoFPStack()
4194 DCHECK(second.IsDoubleStackSlot()); in VisitDiv()
4532 } else if (value.IsDoubleStackSlot()) { in VisitDivZeroCheck()
4736 } else if (location.IsDoubleStackSlot()) { in VisitParameterValue()
5950 DCHECK(destination.IsDoubleStackSlot()); in EmitMove()
5966 } else if (source.IsDoubleStackSlot()) { in EmitMove()
5974 DCHECK(destination.IsDoubleStackSlot()) << destination; in EmitMove()
6009 DCHECK(destination.IsDoubleStackSlot()) << destination; in EmitMove()
6030 DCHECK(destination.IsDoubleStackSlot()) << destination; in EmitMove()
6040 } else if (destination.IsDoubleStackSlot()) { in EmitMove()
6136 } else if (source.IsRegister() && destination.IsDoubleStackSlot()) { in EmitSwap()
6138 } else if (source.IsDoubleStackSlot() && destination.IsRegister()) { in EmitSwap()
6140 } else if (source.IsDoubleStackSlot() && destination.IsDoubleStackSlot()) { in EmitSwap()
6150 } else if (source.IsFpuRegister() && destination.IsDoubleStackSlot()) { in EmitSwap()
6152 } else if (source.IsDoubleStackSlot() && destination.IsFpuRegister()) { in EmitSwap()
7279 } else if (second.IsDoubleStackSlot()) { in HandleBitwiseOperation()
7291 } else if (second.IsDoubleStackSlot()) { in HandleBitwiseOperation()
7304 } else if (second.IsDoubleStackSlot()) { in HandleBitwiseOperation()
7815 } else if (rhs.IsDoubleStackSlot()) { in GenerateLongCompare()
7832 DCHECK(dest.IsDoubleStackSlot()); in Store64BitValueToStack()