Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dsafe_math.h62 static inline select_bigger_t<T1, T2> SafeMul(T1 a, T2 b) { in SafeMul() function
/art/compiler/optimizing/
Dinduction_var_range.cc50 static int64_t SafeMul(int64_t a, int64_t b, /*out*/ bool* overflow) { in SafeMul() function