Lines Matching refs:IsStackSlot

608       if (source.IsStackSlot() ||  in MoveLocation()
624 if (source.IsStackSlot() || source.IsDoubleStackSlot()) { in MoveLocation()
626 LoadOperandType load_type = source.IsStackSlot() ? kLoadWord : kLoadDoubleword; in MoveLocation()
670 DCHECK(destination.IsStackSlot() || destination.IsDoubleStackSlot()); in MoveLocation()
674 type = destination.IsStackSlot() ? Primitive::kPrimInt : Primitive::kPrimLong; in MoveLocation()
676 type = destination.IsStackSlot() ? Primitive::kPrimFloat : Primitive::kPrimDouble; in MoveLocation()
682 StoreOperandType store_type = destination.IsStackSlot() ? kStoreWord : kStoreDoubleword; in MoveLocation()
697 StoreOperandType store_type = destination.IsStackSlot() ? kStoreWord : kStoreDoubleword; in MoveLocation()
698 if (destination.IsStackSlot()) { in MoveLocation()
705 DCHECK(source.IsStackSlot() || source.IsDoubleStackSlot()); in MoveLocation()
708 if (destination.IsStackSlot()) { in MoveLocation()
729 bool is_slot1 = loc1.IsStackSlot() || loc1.IsDoubleStackSlot(); in SwapLocations()
730 bool is_slot2 = loc2.IsStackSlot() || loc2.IsDoubleStackSlot(); in SwapLocations()
755 LoadOperandType load_type = mem_loc.IsStackSlot() ? kLoadWord : kLoadDoubleword; in SwapLocations()
756 StoreOperandType store_type = mem_loc.IsStackSlot() ? kStoreWord : kStoreDoubleword; in SwapLocations()
765 if (mem_loc.IsStackSlot()) { in SwapLocations()
807 DCHECK(location.IsStackSlot() || location.IsDoubleStackSlot()); in Move()
809 if (location.IsStackSlot()) { in Move()
2337 if (receiver.IsStackSlot()) { in VisitInvokeInterface()
2458 if (receiver.IsStackSlot()) { in VisitInvokeVirtual()
2829 if (location.IsStackSlot()) { in VisitParameterValue()