Home | History | Annotate | Download | only in optimizing

Lines Matching refs:IsDoubleStackSlot

1238   } else if (loc1.IsDoubleStackSlot() && loc2.IsDoubleStackSlot()) {
1247 } else if ((loc1.IsRegisterPair() && loc2.IsDoubleStackSlot()) ||
1248 (loc1.IsDoubleStackSlot() && loc2.IsRegisterPair())) {
1253 intptr_t offset_l = loc1.IsDoubleStackSlot() ? loc1.GetStackIndex() : loc2.GetStackIndex();
1254 intptr_t offset_h = loc1.IsDoubleStackSlot() ? loc1.GetHighStackIndex(kMipsWordSize)
1489 DCHECK(source.IsDoubleStackSlot()) << "Cannot move from " << source << " to " << destination;
1519 } else if (source.IsDoubleStackSlot()) {
1535 } else if (destination.IsDoubleStackSlot()) {
1542 DCHECK(source.IsDoubleStackSlot()) << "Cannot move from " << source << " to " << destination;
1584 DCHECK(destination.IsDoubleStackSlot())
1606 DCHECK(destination.IsDoubleStackSlot())
6159 DCHECK(dst_loc.IsDoubleStackSlot());
6309 } else if (value_location.IsDoubleStackSlot()) {
7994 } else if (location.IsDoubleStackSlot()) {