Lines Matching refs:ArgumentLocation
167 ArgumentLocation move_dests1[] = { in TEST_F()
168 ArgumentLocation(ArmManagedRegister::FromCoreRegister(R2), kNativePointerSize), in TEST_F()
169 ArgumentLocation(FrameOffset(0), 2 * kVRegSize), in TEST_F()
170 ArgumentLocation(FrameOffset(8), 2 * kVRegSize), in TEST_F()
171 ArgumentLocation(FrameOffset(16), kVRegSize), in TEST_F()
172 ArgumentLocation(FrameOffset(20), kNativePointerSize), in TEST_F()
174 ArgumentLocation move_srcs1[] = { in TEST_F()
175 ArgumentLocation(ArmManagedRegister::FromCoreRegister(R1), kVRegSize), in TEST_F()
176 ArgumentLocation(ArmManagedRegister::FromRegisterPair(R2_R3), 2 * kVRegSize), in TEST_F()
177 ArgumentLocation(FrameOffset(48), 2 * kVRegSize), in TEST_F()
178 ArgumentLocation(FrameOffset(56), kVRegSize), in TEST_F()
179 ArgumentLocation(FrameOffset(60), kVRegSize), in TEST_F()
188 __ MoveArguments(ArrayRef<ArgumentLocation>(move_dests1), in TEST_F()
189 ArrayRef<ArgumentLocation>(move_srcs1), in TEST_F()
192 ArgumentLocation move_dests2[] = { in TEST_F()
193 ArgumentLocation(ArmManagedRegister::FromRegisterPair(R0_R1), 2 * kVRegSize), in TEST_F()
194 ArgumentLocation(ArmManagedRegister::FromRegisterPair(R2_R3), 2 * kVRegSize), in TEST_F()
195 ArgumentLocation(FrameOffset(0), 2 * kVRegSize), in TEST_F()
196 ArgumentLocation(FrameOffset(8), kVRegSize), in TEST_F()
198 ArgumentLocation move_srcs2[] = { in TEST_F()
199 ArgumentLocation(ArmManagedRegister::FromRegisterPair(R2_R3), 2 * kVRegSize), in TEST_F()
200 ArgumentLocation(FrameOffset(28), kVRegSize), in TEST_F()
201 ArgumentLocation(FrameOffset(32), 2 * kVRegSize), in TEST_F()
202 ArgumentLocation(FrameOffset(40), kVRegSize), in TEST_F()
210 __ MoveArguments(ArrayRef<ArgumentLocation>(move_dests2), in TEST_F()
211 ArrayRef<ArgumentLocation>(move_srcs2), in TEST_F()