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

  /art/libdexfile/dex/
primitive.h 144 static constexpr bool IsNumericType(Type type) {
199 if (!IsNumericType(from) || !IsNumericType(to)) {
  /art/runtime/
method_handles.cc 156 if (Primitive::IsNumericType(to_primitive) && from->DescriptorEquals("Ljava/lang/Number;")) {
    [all...]

Completed in 120 milliseconds