Home
last modified time | relevance | path

Searched refs:BT_SHORT (Results 1 – 6 of 6) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/rop/type/
DType.java62 public static final int BT_SHORT = 8; field in Type
95 public static final Type SHORT = new Type("S", BT_SHORT);
509 case BT_SHORT: return "short"; in toHuman()
534 case BT_SHORT: { in getFrameType()
554 case BT_SHORT: { in getBasicFrameType()
669 case BT_SHORT: { in isIntlike()
692 case BT_SHORT: in isPrimitive()
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DRopToDop.java508 case Type.BT_SHORT: in dopFor()
530 case Type.BT_SHORT: return Dops.IGET_SHORT; in dopFor()
543 case Type.BT_SHORT: return Dops.IPUT_SHORT; in dopFor()
556 case Type.BT_SHORT: return Dops.SGET_SHORT; in dopFor()
569 case Type.BT_SHORT: return Dops.SPUT_SHORT; in dopFor()
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
DZeroes.java47 case Type.BT_SHORT: return CstShort.VALUE_0; in zeroFor()
DCstType.java112 case Type.BT_SHORT: return SHORT; in forBoxedPrimitiveType()
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DRops.java1793 case Type.BT_SHORT: return AGET_SHORT; in opAget()
1816 case Type.BT_SHORT: return APUT_SHORT; in opAput()
1841 case Type.BT_SHORT: return NEW_ARRAY_SHORT; in opNewArray()
1901 case Type.BT_SHORT: return GET_FIELD_SHORT; in opGetField()
1924 case Type.BT_SHORT: return PUT_FIELD_SHORT; in opPutField()
1947 case Type.BT_SHORT: return GET_STATIC_SHORT; in opGetStatic()
1970 case Type.BT_SHORT: return PUT_STATIC_SHORT; in opPutStatic()
/external/dexmaker/src/main/java/com/google/dexmaker/
DCode.java37 import static com.android.dx.rop.type.Type.BT_SHORT;
755 case BT_SHORT: in getCastRop()