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

/external/dexmaker/src/dx/java/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 53 milliseconds