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

/external/dexmaker/src/dx/java/com/android/dx/rop/type/
H A DType.java56 public static final int BT_INT = 6; field in class:Type
89 public static final Type INT = new Type("I", BT_INT);
507 case BT_INT: return "int";
533 case BT_INT:
553 case BT_INT:
555 return BT_INT;
668 case BT_INT:
690 case BT_INT:

Completed in 71 milliseconds