Home
last modified time | relevance | path

Searched refs:IsNumericType (Results 1 – 2 of 2) sorted by relevance

/art/libdexfile/dex/
Dprimitive.h144 static constexpr bool IsNumericType(Type type) { in IsNumericType() function
199 if (!IsNumericType(from) || !IsNumericType(to)) { in IsWidenable()
/art/runtime/
Dmethod_handles.cc159 if (Primitive::IsNumericType(to_primitive) && from->DescriptorEquals("Ljava/lang/Number;")) { in IsParameterTypeConvertible()