Home | History | Annotate | Download | only in optimizing

Lines Matching full:location0

115   DexRegisterLocation location0 = location_catalog.GetDexRegisterLocation(index0);
117 ASSERT_EQ(Kind::kInStack, location0.GetKind());
119 ASSERT_EQ(Kind::kInStack, location0.GetInternalKind());
121 ASSERT_EQ(0, location0.GetValue());
229 DexRegisterLocation location0 = location_catalog.GetDexRegisterLocation(index0);
231 ASSERT_EQ(Kind::kInStack, location0.GetKind());
233 ASSERT_EQ(Kind::kInStack, location0.GetInternalKind());
235 ASSERT_EQ(0, location0.GetValue());
291 DexRegisterLocation location0 = location_catalog.GetDexRegisterLocation(index0);
293 ASSERT_EQ(Kind::kInRegister, location0.GetKind());
295 ASSERT_EQ(Kind::kInRegister, location0.GetInternalKind());
297 ASSERT_EQ(18, location0.GetValue());
345 DexRegisterLocation location0 = location_catalog.GetDexRegisterLocation(index0);
347 ASSERT_EQ(Kind::kInRegister, location0.GetKind());
349 ASSERT_EQ(Kind::kInRegister, location0.GetInternalKind());
351 ASSERT_EQ(6, location0.GetValue());
399 DexRegisterLocation location0 = location_catalog.GetDexRegisterLocation(index0);
401 ASSERT_EQ(Kind::kInFpuRegister, location0.GetKind());
403 ASSERT_EQ(Kind::kInFpuRegister, location0.GetInternalKind());
405 ASSERT_EQ(3, location0.GetValue());
476 DexRegisterLocation location0 = location_catalog.GetDexRegisterLocation(index0);
478 ASSERT_EQ(Kind::kNone, location0.GetKind());
480 ASSERT_EQ(Kind::kNone, location0.GetInternalKind());
482 ASSERT_EQ(0, location0.GetValue());