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

/art/runtime/
H A Dstack_map.h67 * - kConstantLargeValue: value holds a "large" constant (lower than 0, or
92 kConstantLargeValue = 7, // 0b111 member in class:art::DexRegisterLocation::Kind
97 kLastLocationKind = kConstantLargeValue
115 case Kind::kConstantLargeValue:
140 case Kind::kConstantLargeValue:
316 : DexRegisterLocation::Kind::kConstantLargeValue;
318 case DexRegisterLocation::Kind::kConstantLargeValue:
342 case DexRegisterLocation::Kind::kConstantLargeValue:
H A Dstack_map.cc49 case Kind::kConstantLargeValue:
/art/compiler/optimizing/
H A Dstack_map_test.cc103 ASSERT_EQ(Kind::kConstantLargeValue, dex_register_map.GetLocationInternalKind(
120 ASSERT_EQ(Kind::kConstantLargeValue, location1.GetInternalKind());
217 ASSERT_EQ(Kind::kConstantLargeValue, dex_register_map.GetLocationInternalKind(
234 ASSERT_EQ(Kind::kConstantLargeValue, location1.GetInternalKind());
466 ASSERT_EQ(Kind::kConstantLargeValue, dex_register_map.GetLocationInternalKind(
481 ASSERT_EQ(Kind::kConstantLargeValue, location1.GetInternalKind());

Completed in 54 milliseconds