Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dsafe_math_test.cc28 EXPECT_EQ(SafeAdd(std::numeric_limits<int32_t>::max(), 1), in TEST()
30 EXPECT_EQ(SafeAdd(std::numeric_limits<int64_t>::max(), 1), in TEST()
34 EXPECT_EQ(SafeAdd(std::numeric_limits<int32_t>::max() - 1, 1), in TEST()
36 EXPECT_EQ(SafeAdd(std::numeric_limits<int64_t>::max() - 1, 1), in TEST()
39 EXPECT_EQ(SafeAdd(std::numeric_limits<int32_t>::min() + 1, -1), in TEST()
41 EXPECT_EQ(SafeAdd(std::numeric_limits<int64_t>::min() + 1, -1), in TEST()
44 EXPECT_EQ(SafeAdd(int32_t(-1), -1), -2); in TEST()
45 EXPECT_EQ(SafeAdd(int64_t(-1), -1), -2); in TEST()
47 EXPECT_EQ(SafeAdd(int32_t(1), 1), 2); in TEST()
48 EXPECT_EQ(SafeAdd(int64_t(1), 1), 2); in TEST()
[all …]
Dsafe_math.h46 static inline typename select_bigger<T1, T2>::type SafeAdd(T1 a, T2 b) { in SafeAdd() function
Dinterpreter_goto_table_impl.cc1748 SafeAdd(shadow_frame.GetVReg(inst->VRegB_23x()), in ExecuteGotoImpl()
1827 SafeAdd(shadow_frame.GetVRegLong(inst->VRegB_23x()), in ExecuteGotoImpl()
1977 SafeAdd(shadow_frame.GetVReg(vregA), in ExecuteGotoImpl()
2074 SafeAdd(shadow_frame.GetVRegLong(vregA), in ExecuteGotoImpl()
2260 SafeAdd(shadow_frame.GetVReg(inst->VRegB_22s(inst_data)), in ExecuteGotoImpl()
2318 SafeAdd(shadow_frame.GetVReg(inst->VRegB_22b()), in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1581 SafeAdd(shadow_frame.GetVReg(inst->VRegB_23x()), in ExecuteSwitchImpl()
1661 SafeAdd(shadow_frame.GetVRegLong(inst->VRegB_23x()), in ExecuteSwitchImpl()
1808 shadow_frame.SetVReg(vregA, SafeAdd(shadow_frame.GetVReg(vregA), in ExecuteSwitchImpl()
1905 SafeAdd(shadow_frame.GetVRegLong(vregA), in ExecuteSwitchImpl()
2091 SafeAdd(shadow_frame.GetVReg(inst->VRegB_22s(inst_data)), in ExecuteSwitchImpl()
2149 SafeAdd(shadow_frame.GetVReg(inst->VRegB_22b()), inst->VRegC_22b())); in ExecuteSwitchImpl()