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.java62 public static final int BT_SHORT = 8; field in class:Type
95 public static final Type SHORT = new Type("S", BT_SHORT);
509 case BT_SHORT: return "short";
534 case BT_SHORT: {
554 case BT_SHORT: {
669 case BT_SHORT: {
692 case BT_SHORT:

Completed in 15 milliseconds