Searched refs:IsNumericType (Results 1 – 2 of 2) sorted by relevance
144 static constexpr bool IsNumericType(Type type) { in IsNumericType() function199 if (!IsNumericType(from) || !IsNumericType(to)) { in IsWidenable()
159 if (Primitive::IsNumericType(to_primitive) && from->DescriptorEquals("Ljava/lang/Number;")) { in IsParameterTypeConvertible()