Home | History | Annotate | Download | only in optimizing

Lines Matching refs:IsDoubleStackSlot

1227     if (source.IsStackSlot() || source.IsDoubleStackSlot()) {
1326 DCHECK(destination.IsStackSlot() || destination.IsDoubleStackSlot());
1336 DCHECK((destination.IsDoubleStackSlot() == DataType::Is64BitType(dst_type)) &&
1363 DCHECK(destination.IsDoubleStackSlot());
1372 DCHECK(source.IsStackSlot() || source.IsDoubleStackSlot());
1373 DCHECK_EQ(source.IsDoubleStackSlot(), destination.IsDoubleStackSlot());
1394 bool is_slot1 = loc1.IsStackSlot() || loc1.IsDoubleStackSlot();
1395 bool is_slot2 = loc2.IsStackSlot() || loc2.IsDoubleStackSlot();
1444 DCHECK(mem_loc.IsDoubleStackSlot());
1454 loc1.IsDoubleStackSlot());
6749 } else if (location.IsDoubleStackSlot()) {