Home
last modified time | relevance | path

Searched defs:SafeMul (Results 1 – 2 of 2) sorted by relevance

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