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

/dalvik/dexgen/src/com/android/dexgen/rop/type/
H A DType.java63 public static final int BT_SHORT = 8; field in class:Type
96 public static final Type SHORT = new Type("S", BT_SHORT);
575 case BT_SHORT: return "short";
600 case BT_SHORT: {
620 case BT_SHORT: {
735 case BT_SHORT: {
758 case BT_SHORT:
/dalvik/dx/src/com/android/dx/rop/type/
H A DType.java64 public static final int BT_SHORT = 8; field in class:Type
97 public static final Type SHORT = new Type("S", BT_SHORT);
557 case BT_SHORT: return "short";
584 case BT_SHORT: {
606 case BT_SHORT: {
722 case BT_SHORT: {
745 case BT_SHORT:

Completed in 1562 milliseconds