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

/dalvik/dexgen/src/com/android/dexgen/rop/type/
H A DType.java229 public static final Type BOOLEAN_ARRAY = BOOLEAN.getArrayType();
232 public static final Type BYTE_ARRAY = BYTE.getArrayType();
235 public static final Type CHAR_ARRAY = CHAR.getArrayType();
238 public static final Type DOUBLE_ARRAY = DOUBLE.getArrayType();
241 public static final Type FLOAT_ARRAY = FLOAT.getArrayType();
244 public static final Type INT_ARRAY = INT.getArrayType();
247 public static final Type LONG_ARRAY = LONG.getArrayType();
250 public static final Type OBJECT_ARRAY = OBJECT.getArrayType();
253 public static final Type SHORT_ARRAY = SHORT.getArrayType();
348 return result.getArrayType();
845 public Type getArrayType() { method in class:Type
[all...]
/dalvik/dx/src/com/android/dx/rop/type/
H A DType.java214 public static final Type BOOLEAN_ARRAY = BOOLEAN.getArrayType();
217 public static final Type BYTE_ARRAY = BYTE.getArrayType();
220 public static final Type CHAR_ARRAY = CHAR.getArrayType();
223 public static final Type DOUBLE_ARRAY = DOUBLE.getArrayType();
226 public static final Type FLOAT_ARRAY = FLOAT.getArrayType();
229 public static final Type INT_ARRAY = INT.getArrayType();
232 public static final Type LONG_ARRAY = LONG.getArrayType();
235 public static final Type OBJECT_ARRAY = OBJECT.getArrayType();
238 public static final Type SHORT_ARRAY = SHORT.getArrayType();
320 return result.getArrayType();
779 public Type getArrayType() { method in class:Type
[all...]

Completed in 136 milliseconds