Home
last modified time | relevance | path

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

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