Home
last modified time | relevance | path

Searched refs:GetInternalKind (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dstack_map_test.cc110 ASSERT_EQ(Kind::kInStack, location0.GetInternalKind()); in TEST()
111 ASSERT_EQ(Kind::kConstantLargeValue, location1.GetInternalKind()); in TEST()
206 ASSERT_EQ(Kind::kInStack, location0.GetInternalKind()); in TEST()
207 ASSERT_EQ(Kind::kConstantLargeValue, location1.GetInternalKind()); in TEST()
263 ASSERT_EQ(Kind::kInRegister, location0.GetInternalKind()); in TEST()
264 ASSERT_EQ(Kind::kInFpuRegister, location1.GetInternalKind()); in TEST()
341 ASSERT_EQ(Kind::kNone, location0.GetInternalKind()); in TEST()
342 ASSERT_EQ(Kind::kConstantLargeValue, location1.GetInternalKind()); in TEST()
/art/runtime/
Dstack_map.h211 Kind GetInternalKind() const { return kind_; } in GetInternalKind() function
333 switch (location.GetInternalKind()) { in ComputeCompressedKind()
360 << DexRegisterLocation::PrettyDescriptor(location.GetInternalKind()); in ComputeCompressedKind()
367 switch (location.GetInternalKind()) { in CanBeEncodedAsShortLocation()
518 DCHECK(location.GetInternalKind() == DexRegisterLocation::Kind::kInRegister in GetMachineRegister()
519 || location.GetInternalKind() == DexRegisterLocation::Kind::kInFpuRegister) in GetMachineRegister()
520 << DexRegisterLocation::PrettyDescriptor(location.GetInternalKind()); in GetMachineRegister()
Dcheck_reference_map_visitor.h100 << DexRegisterLocation::PrettyDescriptor(location.GetInternalKind()); in CheckOptimizedMethod()
Dstack_map.cc207 << DexRegisterLocation::PrettyDescriptor(location.GetInternalKind()) in DumpRegisterMapping()