Searched refs:SGET_WIDE (Results 1 – 7 of 7) sorted by relevance
/dalvik/dx/src/com/android/dx/io/ |
D | Opcodes.java | 135 public static final int SGET_WIDE = 0x61; field in Opcodes
|
D | OpcodeInfo.java | 426 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/ |
D | DalvOps.java | 131 public static final int SGET_WIDE = 0x61; field in DalvOps
|
D | RopToDop.java | 243 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
|
D | Dops.java | 427 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/ |
D | RopToDop.java | 414 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
|
D | Dops.java | 430 public static final Dop SGET_WIDE = field in Dops 431 new Dop(Opcodes.SGET_WIDE, Opcodes.SGET_WIDE, 1038 set(SGET_WIDE);
|