Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dstack_map_test.cc106 ASSERT_EQ(Kind::kConstantLargeValue, dex_register_map.GetLocationInternalKind( in TEST()
123 ASSERT_EQ(Kind::kConstantLargeValue, location1.GetInternalKind()); in TEST()
222 ASSERT_EQ(Kind::kConstantLargeValue, dex_register_map.GetLocationInternalKind( in TEST()
239 ASSERT_EQ(Kind::kConstantLargeValue, location1.GetInternalKind()); in TEST()
481 ASSERT_EQ(Kind::kConstantLargeValue, in TEST()
497 ASSERT_EQ(Kind::kConstantLargeValue, location1.GetInternalKind()); in TEST()
565 ASSERT_EQ(Kind::kConstantLargeValue, dex_register_map.GetLocationInternalKind( in TEST()
580 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 <<()