Lines Matching refs:IsDoubleStackSlot
663 if (source.IsStackSlot() || source.IsDoubleStackSlot()) { in MoveLocation()
735 DCHECK(destination.IsStackSlot() || destination.IsDoubleStackSlot()); in MoveLocation()
744 DCHECK((destination.IsDoubleStackSlot() == Primitive::Is64BitType(dst_type)) && in MoveLocation()
771 DCHECK(destination.IsDoubleStackSlot()); in MoveLocation()
780 DCHECK(source.IsStackSlot() || source.IsDoubleStackSlot()); in MoveLocation()
781 DCHECK_EQ(source.IsDoubleStackSlot(), destination.IsDoubleStackSlot()); in MoveLocation()
802 bool is_slot1 = loc1.IsStackSlot() || loc1.IsDoubleStackSlot(); in SwapLocations()
803 bool is_slot2 = loc2.IsStackSlot() || loc2.IsDoubleStackSlot(); in SwapLocations()
844 DCHECK(mem_loc.IsDoubleStackSlot()); in SwapLocations()
854 loc1.IsDoubleStackSlot()); in SwapLocations()
3571 } else if (location.IsDoubleStackSlot()) { in VisitParameterValue()