Home | History | Annotate | Download | only in optimizing

Lines Matching refs:IsStackSlot

647       if (source.IsStackSlot() ||
663 if (source.IsStackSlot() || source.IsDoubleStackSlot()) {
665 LoadOperandType load_type = source.IsStackSlot() ? kLoadWord : kLoadDoubleword;
735 DCHECK(destination.IsStackSlot() || destination.IsDoubleStackSlot());
739 dst_type = destination.IsStackSlot() ? Primitive::kPrimInt : Primitive::kPrimLong;
741 dst_type = destination.IsStackSlot() ? Primitive::kPrimFloat : Primitive::kPrimDouble;
747 StoreOperandType store_type = destination.IsStackSlot() ? kStoreWord : kStoreDoubleword;
762 StoreOperandType store_type = destination.IsStackSlot() ? kStoreWord : kStoreDoubleword;
764 if (destination.IsStackSlot()) {
780 DCHECK(source.IsStackSlot() || source.IsDoubleStackSlot());
783 if (destination.IsStackSlot()) {
802 bool is_slot1 = loc1.IsStackSlot() || loc1.IsDoubleStackSlot();
803 bool is_slot2 = loc2.IsStackSlot() || loc2.IsDoubleStackSlot();
832 LoadOperandType load_type = mem_loc.IsStackSlot() ? kLoadWord : kLoadDoubleword;
833 StoreOperandType store_type = mem_loc.IsStackSlot() ? kStoreWord : kStoreDoubleword;
841 if (mem_loc.IsStackSlot()) {
2947 if (receiver.IsStackSlot()) {
3569 if (location.IsStackSlot()) {