Home
last modified time | relevance | path

Searched defs:SHORT_ARRAY (Results 1 – 4 of 4) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/rop/cst/
DCstType.java83 public static final CstType SHORT_ARRAY = intern(Type.SHORT_ARRAY); field in CstType
/dalvik/dx/src/com/android/dx/rop/cst/
DCstType.java88 public static final CstType SHORT_ARRAY = new CstType(Type.SHORT_ARRAY); field in CstType
/dalvik/dx/src/com/android/dx/rop/type/
DType.java231 public static final Type SHORT_ARRAY = new Type("[" + SHORT.descriptor, BT_OBJECT); field in Type
/dalvik/dexgen/src/com/android/dexgen/rop/type/
DType.java253 public static final Type SHORT_ARRAY = SHORT.getArrayType(); field in Type