HomeSort by relevance Sort by last modified time
    Searched refs:IsNumericType (Results 1 - 2 of 2) sorted by null

  /art/runtime/
primitive.h 165 static constexpr bool IsNumericType(Type type) {
190 return IsNumericType(from) && IsNumericType(to) && from <= to;
method_handles.cc 155 if (Primitive::IsNumericType(to_primitive) && from->DescriptorEquals("Ljava/lang/Number;")) {
    [all...]

Completed in 189 milliseconds