Lines Matching refs:GetLocationInternalKind
104 ASSERT_EQ(Kind::kInStack, dex_register_map.GetLocationInternalKind( in TEST()
106 ASSERT_EQ(Kind::kConstantLargeValue, dex_register_map.GetLocationInternalKind( in TEST()
220 ASSERT_EQ(Kind::kInStack, dex_register_map.GetLocationInternalKind( in TEST()
222 ASSERT_EQ(Kind::kConstantLargeValue, dex_register_map.GetLocationInternalKind( in TEST()
279 ASSERT_EQ(Kind::kInRegister, dex_register_map.GetLocationInternalKind( in TEST()
281 ASSERT_EQ(Kind::kInFpuRegister, dex_register_map.GetLocationInternalKind( in TEST()
333 ASSERT_EQ(Kind::kInRegister, dex_register_map.GetLocationInternalKind( in TEST()
335 ASSERT_EQ(Kind::kInRegisterHigh, dex_register_map.GetLocationInternalKind( in TEST()
387 ASSERT_EQ(Kind::kInFpuRegister, dex_register_map.GetLocationInternalKind( in TEST()
389 ASSERT_EQ(Kind::kInFpuRegisterHigh, dex_register_map.GetLocationInternalKind( in TEST()
480 map.GetLocationInternalKind(0, number_of_dex_registers, code_info, encoding)); in TEST()
482 map.GetLocationInternalKind(1, number_of_dex_registers, code_info, encoding)); in TEST()
563 ASSERT_EQ(Kind::kNone, dex_register_map.GetLocationInternalKind( in TEST()
565 ASSERT_EQ(Kind::kConstantLargeValue, dex_register_map.GetLocationInternalKind( in TEST()