Home
last modified time | relevance | path

Searched refs:BOOLEAN (Results 1 – 7 of 7) sorted by relevance

/dalvik/hit/src/com/android/hit/
DTypes.java23 public static final int BOOLEAN = 4; field in Types
50 case BOOLEAN: return 1; in getTypeSize()
77 case BOOLEAN: return "boolean"; in getTypeName()
/dalvik/dexgen/src/com/android/dexgen/rop/cst/
DCstBoolean.java77 return Type.BOOLEAN; in getType()
DCstType.java35 public static final CstType BOOLEAN = intern(Type.BOOLEAN_CLASS); field in CstType
105 case Type.BT_BOOLEAN: return BOOLEAN; in forBoxedPrimitiveType()
/dalvik/dx/src/com/android/dx/rop/cst/
DCstBoolean.java77 return Type.BOOLEAN; in getType()
DCstType.java35 public static final CstType BOOLEAN = intern(Type.BOOLEAN_CLASS); field in CstType
105 case Type.BT_BOOLEAN: return BOOLEAN; in forBoxedPrimitiveType()
/dalvik/dexgen/src/com/android/dexgen/rop/type/
DType.java75 public static final Type BOOLEAN = new Type("Z", BT_BOOLEAN); field in Type
112 putIntern(BOOLEAN);
129 CLASS_TYPE_MAP.put(boolean.class, BOOLEAN); in CLASS_TYPE_MAP.put() argument
229 public static final Type BOOLEAN_ARRAY = BOOLEAN.getArrayType();
/dalvik/dx/src/com/android/dx/rop/type/
DType.java73 public static final Type BOOLEAN = new Type("Z", BT_BOOLEAN); field in Type
110 putIntern(BOOLEAN);
213 public static final Type BOOLEAN_ARRAY = BOOLEAN.getArrayType();