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

/dalvik/dexgen/src/com/android/dexgen/rop/type/
H A DType.java66 public static final int BT_OBJECT = 9; field in class:Type
102 public static final Type KNOWN_NULL = new Type("<null>", BT_OBJECT);
393 result = new Type(descriptor, BT_OBJECT);
576 case BT_OBJECT: break;
771 * {@code getBasicType() == Type.BT_OBJECT}.
776 return (basicType == BT_OBJECT);
847 arrayType = putIntern(new Type('[' + descriptor, BT_OBJECT));
904 Type result = new Type(newDesc, BT_OBJECT, newAt);
/dalvik/dx/src/com/android/dx/rop/type/
H A DType.java65 public static final int BT_OBJECT = 9; field in class:Type
101 public static final Type KNOWN_NULL = new Type("<null>", BT_OBJECT);
365 result = new Type(descriptor, BT_OBJECT);
510 case BT_OBJECT: break;
705 * {@code getBasicType() == Type.BT_OBJECT}.
710 return (basicType == BT_OBJECT);
781 arrayType = putIntern(new Type('[' + descriptor, BT_OBJECT));
838 Type result = new Type(newDesc, BT_OBJECT, newAt);

Completed in 37 milliseconds