Lines Matching refs:IsDoubleStackSlot

1143       DCHECK(source.IsDoubleStackSlot());  in Move()
1163 DCHECK(source.IsDoubleStackSlot()); in Move()
1183 DCHECK(destination.IsDoubleStackSlot()); in Move()
1201 DCHECK(source.IsDoubleStackSlot()); in Move()
1317 } else if (right.IsDoubleStackSlot()) { in GenerateCompareTest()
1346 DCHECK(right.IsDoubleStackSlot()); in GenerateCompareTest()
1725 } else if (rhs.IsDoubleStackSlot()) { in HandleCondition()
1888 } else if (right.IsDoubleStackSlot()) { in VisitCompare()
1914 } else if (right.IsDoubleStackSlot()) { in VisitCompare()
2544 } else if (in.IsStackSlot() || in.IsDoubleStackSlot()) { in VisitTypeConversion()
2571 } else if (in.IsStackSlot() || in.IsDoubleStackSlot()) { in VisitTypeConversion()
2592 } else if (in.IsDoubleStackSlot()) { in VisitTypeConversion()
2729 } else if (in.IsStackSlot() || in.IsDoubleStackSlot()) { in VisitTypeConversion()
2972 DCHECK(second.IsDoubleStackSlot()); in VisitAdd()
3063 DCHECK(second.IsDoubleStackSlot()); in VisitSub()
3154 DCHECK(second.IsDoubleStackSlot()); in VisitMul()
3187 DCHECK(second.IsDoubleStackSlot()); in VisitMul()
3204 } else if (source.IsDoubleStackSlot()) { in PushOntoFPStack()
3609 DCHECK(second.IsDoubleStackSlot()); in VisitDiv()
3717 } else if (value.IsDoubleStackSlot()) { in VisitDivZeroCheck()
3948 } else if (location.IsDoubleStackSlot()) { in VisitParameterValue()
5117 DCHECK(destination.IsDoubleStackSlot()); in EmitMove()
5133 } else if (source.IsDoubleStackSlot()) { in EmitMove()
5141 DCHECK(destination.IsDoubleStackSlot()) << destination; in EmitMove()
5164 DCHECK(destination.IsDoubleStackSlot()) << destination; in EmitMove()
5185 DCHECK(destination.IsDoubleStackSlot()) << destination; in EmitMove()
5196 DCHECK(destination.IsDoubleStackSlot()) << destination; in EmitMove()
5272 } else if (source.IsRegister() && destination.IsDoubleStackSlot()) { in EmitSwap()
5274 } else if (source.IsDoubleStackSlot() && destination.IsRegister()) { in EmitSwap()
5276 } else if (source.IsDoubleStackSlot() && destination.IsDoubleStackSlot()) { in EmitSwap()
5286 } else if (source.IsFpuRegister() && destination.IsDoubleStackSlot()) { in EmitSwap()
5288 } else if (source.IsDoubleStackSlot() && destination.IsFpuRegister()) { in EmitSwap()
6137 } else if (second.IsDoubleStackSlot()) { in HandleBitwiseOperation()
6149 } else if (second.IsDoubleStackSlot()) { in HandleBitwiseOperation()
6162 } else if (second.IsDoubleStackSlot()) { in HandleBitwiseOperation()
6625 DCHECK(dest.IsDoubleStackSlot()); in Store64BitValueToStack()