Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dprimitive.h162 static constexpr bool IsSignedNumericType(Type type) { in IsSignedNumericType() function
203 if (IsSignedNumericType(from) && !IsSignedNumericType(to)) { in IsWidenable()