Searched defs:location1 (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dstack_map_test.cc116 DexRegisterLocation location1 = location_catalog.GetDexRegisterLocation(index1); local
118 ASSERT_EQ(Kind::kConstant, location1.GetKind());
120 ASSERT_EQ(Kind::kConstantLargeValue, location1.GetInternalKind());
122 ASSERT_EQ(-2, location1.GetValue());
230 DexRegisterLocation location1 = location_catalog.GetDexRegisterLocation(index1); local
232 ASSERT_EQ(Kind::kConstant, location1.GetKind());
234 ASSERT_EQ(Kind::kConstantLargeValue, location1.GetInternalKind());
236 ASSERT_EQ(-2, location1.GetValue());
292 DexRegisterLocation location1 = location_catalog.GetDexRegisterLocation(index1); local
294 ASSERT_EQ(Kind::kInFpuRegister, location1
346 DexRegisterLocation location1 = location_catalog.GetDexRegisterLocation(index1); local
400 DexRegisterLocation location1 = location_catalog.GetDexRegisterLocation(index1); local
477 DexRegisterLocation location1 = location_catalog.GetDexRegisterLocation(index1); local
[all...]

Completed in 139 milliseconds