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

/dalvik/dexgen/src/com/android/dexgen/rop/cst/
H A DCstType.java71 public static final CstType DOUBLE_ARRAY = intern(Type.DOUBLE_ARRAY); field in class:CstType
/dalvik/dx/src/com/android/dx/rop/cst/
H A DCstType.java71 public static final CstType DOUBLE_ARRAY = intern(Type.DOUBLE_ARRAY); field in class:CstType
/dalvik/dexgen/src/com/android/dexgen/rop/type/
H A DType.java238 public static final Type DOUBLE_ARRAY = DOUBLE.getArrayType(); field in class:Type
/dalvik/dx/src/com/android/dx/rop/type/
H A DType.java222 public static final Type DOUBLE_ARRAY = DOUBLE.getArrayType(); field in class:Type

Completed in 164 milliseconds