Home
last modified time | relevance | path

Searched refs:kConstantLargeValue (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dstack_map_test.cc105 ASSERT_EQ(Kind::kConstantLargeValue, dex_register_map.GetLocationInternalKind( in TEST()
122 ASSERT_EQ(Kind::kConstantLargeValue, location1.GetInternalKind()); in TEST()
220 ASSERT_EQ(Kind::kConstantLargeValue, dex_register_map.GetLocationInternalKind( in TEST()
237 ASSERT_EQ(Kind::kConstantLargeValue, location1.GetInternalKind()); in TEST()
478 ASSERT_EQ(Kind::kConstantLargeValue, in TEST()
494 ASSERT_EQ(Kind::kConstantLargeValue, location1.GetInternalKind()); in TEST()
561 ASSERT_EQ(Kind::kConstantLargeValue, dex_register_map.GetLocationInternalKind( in TEST()
576 ASSERT_EQ(Kind::kConstantLargeValue, location1.GetInternalKind()); in TEST()
/art/runtime/
Dstack_map.h99 kConstantLargeValue = 7, // 0b111 enumerator
104 kLastLocationKind = kConstantLargeValue
122 case Kind::kConstantLargeValue: in IsShortLocationKind()
147 case Kind::kConstantLargeValue: in ConvertToSurfaceKind()
323 : DexRegisterLocation::Kind::kConstantLargeValue; in ComputeCompressedKind()
325 case DexRegisterLocation::Kind::kConstantLargeValue: in ComputeCompressedKind()
349 case DexRegisterLocation::Kind::kConstantLargeValue: in CanBeEncodedAsShortLocation()
Dstack_map.cc50 case Kind::kConstantLargeValue: in operator <<()