Home
last modified time | relevance | path

Searched refs:SGET_WIDE (Results 1 – 7 of 7) sorted by relevance

/dalvik/dx/src/com/android/dx/io/
DOpcodes.java135 public static final int SGET_WIDE = 0x61; field in Opcodes
DOpcodeInfo.java426 public static final Info SGET_WIDE = field in OpcodeInfo
427 new Info(Opcodes.SGET_WIDE, "sget-wide",
1040 set(SGET_WIDE);
/dalvik/dexgen/src/com/android/dexgen/dex/code/
DDalvOps.java131 public static final int SGET_WIDE = 0x61; field in DalvOps
DRopToDop.java243 MAP.put(Rops.GET_STATIC_LONG, Dops.SGET_WIDE); in MAP.put() argument
245 MAP.put(Rops.GET_STATIC_DOUBLE, Dops.SGET_WIDE); in MAP.put() argument
DDops.java427 public static final Dop SGET_WIDE = field in Dops
428 new Dop(DalvOps.SGET_WIDE, DalvOps.SGET_WIDE,
1035 set(SGET_WIDE);
/dalvik/dx/src/com/android/dx/dex/code/
DRopToDop.java414 MAP.put(Rops.GET_STATIC_LONG, Dops.SGET_WIDE); in MAP.put() argument
416 MAP.put(Rops.GET_STATIC_DOUBLE, Dops.SGET_WIDE); in MAP.put() argument
DDops.java430 public static final Dop SGET_WIDE = field in Dops
431 new Dop(Opcodes.SGET_WIDE, Opcodes.SGET_WIDE,
1038 set(SGET_WIDE);