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

/dalvik/dexgen/src/com/android/dexgen/rop/cst/
H A DCstType.java59 public static final CstType VOID = intern(Type.VOID_CLASS); field in class:CstType
113 case Type.BT_VOID: return VOID;
/dalvik/dx/src/com/android/dx/rop/cst/
H A DCstType.java64 public static final CstType VOID = new CstType(Type.VOID_CLASS); field in class:CstType
114 internInitial(VOID);
161 case Type.BT_VOID: return VOID;
/dalvik/dexgen/src/com/android/dexgen/rop/type/
H A DType.java99 public static final Type VOID = new Type("V", BT_VOID); field in class:Type
121 * Note: VOID isn't put in the intern table, since it's special and
137 CLASS_TYPE_MAP.put(void.class, VOID);
426 return VOID;
/dalvik/dx/src/com/android/dx/rop/type/
H A DType.java100 public static final Type VOID = new Type("V", BT_VOID); field in class:Type
252 * Note: VOID isn't put in the intern table, since it's special and
430 return VOID;

Completed in 126 milliseconds