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

/dalvik/dx/src/com/android/dx/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/type/
H A DType.java95 public static final Type VOID = new Type("V", BT_VOID); field in class:Type
117 * Note: VOID isn't put in the intern table, since it's special and
378 return VOID;

Completed in 156 milliseconds