Searched defs:SafeMul (Results 1 - 2 of 2) sorted by last modified time

/art/runtime/interpreter/
H A Dsafe_math.h58 static inline typename select_bigger<T1, T2>::type SafeMul(T1 a, T2 b) { function in namespace:art::interpreter
/art/compiler/optimizing/
H A Dinduction_var_range.cc49 static int64_t SafeMul(int64_t a, int64_t b, /*out*/ bool* overflow) { function in namespace:art
63 pow = SafeMul(pow, b, overflow);
67 b = SafeMul(b, b, overflow);

Completed in 86 milliseconds