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

/art/compiler/optimizing/
H A Dstack_map_test.cc119 ASSERT_EQ(Kind::kInStack, location0.GetInternalKind());
120 ASSERT_EQ(Kind::kConstantLargeValue, location1.GetInternalKind());
233 ASSERT_EQ(Kind::kInStack, location0.GetInternalKind());
234 ASSERT_EQ(Kind::kConstantLargeValue, location1.GetInternalKind());
295 ASSERT_EQ(Kind::kInRegister, location0.GetInternalKind());
296 ASSERT_EQ(Kind::kInFpuRegister, location1.GetInternalKind());
349 ASSERT_EQ(Kind::kInRegister, location0.GetInternalKind());
350 ASSERT_EQ(Kind::kInRegisterHigh, location1.GetInternalKind());
403 ASSERT_EQ(Kind::kInFpuRegister, location0.GetInternalKind());
404 ASSERT_EQ(Kind::kInFpuRegisterHigh, location1.GetInternalKind());
[all...]
/art/runtime/
H A Dcheck_reference_map_visitor.h99 LOG(FATAL) << "Unexpected location kind " << location.GetInternalKind();
H A Dstack_map.h168 Kind GetInternalKind() const { return kind_; } function in class:art::DexRegisterLocation::Kind
294 DexRegisterLocation::Kind kind = location.GetInternalKind();
328 DexRegisterLocation::Kind kind = location.GetInternalKind();
497 DCHECK(location.GetInternalKind() == DexRegisterLocation::Kind::kInRegister ||
498 location.GetInternalKind() == DexRegisterLocation::Kind::kInRegisterHigh ||
499 location.GetInternalKind() == DexRegisterLocation::Kind::kInFpuRegister ||
500 location.GetInternalKind() == DexRegisterLocation::Kind::kInFpuRegisterHigh)
501 << location.GetInternalKind();
H A Dstack_map.cc88 << location.GetInternalKind()

Completed in 69 milliseconds