Home | History | Annotate | Download | only in optimizing

Lines Matching refs:IsDoubleStackSlot

1171   } else if (loc1.IsDoubleStackSlot() && loc2.IsDoubleStackSlot()) {
1182 } else if ((loc1.IsRegisterPair() && loc2.IsDoubleStackSlot()) ||
1183 (loc1.IsDoubleStackSlot() && loc2.IsRegisterPair())) {
1188 intptr_t offset_l = loc1.IsDoubleStackSlot() ? loc1.GetStackIndex() : loc2.GetStackIndex();
1189 intptr_t offset_h = loc1.IsDoubleStackSlot() ? loc1.GetHighStackIndex(kMipsWordSize)
1446 DCHECK(source.IsDoubleStackSlot())
1477 } else if (source.IsDoubleStackSlot()) {
1493 } else if (destination.IsDoubleStackSlot()) {
1500 DCHECK(source.IsDoubleStackSlot())
1543 DCHECK(destination.IsDoubleStackSlot())
1565 DCHECK(destination.IsDoubleStackSlot())
6675 DCHECK(dst_loc.IsDoubleStackSlot());
6832 } else if (value_location.IsDoubleStackSlot()) {
8826 } else if (location.IsDoubleStackSlot()) {