HomeSort by relevance Sort by last modified time
    Searched refs:GetInternalKind (Results 1 - 4 of 4) sorted by null

  /art/compiler/optimizing/
stack_map_test.cc 119 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/
check_reference_map_visitor.h 99 LOG(FATAL) << "Unexpected location kind " << location.GetInternalKind();
stack_map.h 168 Kind GetInternalKind() const { return 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();
    [all...]
stack_map.cc 88 << location.GetInternalKind()

Completed in 197 milliseconds