Searched defs:isWideType (Results 1 - 1 of 1) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
H A DTypeUtils.java39 public static boolean isWideType(@Nonnull String type) { method in class:TypeUtils
44 public static boolean isWideType(@Nonnull TypeReference type) { method in class:TypeUtils
45 return isWideType(type.getType());

Completed in 83 milliseconds