Searched defs:LONG_ARRAY (Results 1 – 3 of 3) sorted by relevance
77 public static final CstType LONG_ARRAY = intern(Type.LONG_ARRAY); field in CstType
232 public static final Type LONG_ARRAY = LONG.getArrayType(); field in Type
50 private static TypeId<long[]> LONG_ARRAY = TypeId.get(long[].class); field in DexMakerTest