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

/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DDops.java427 public static final Dop SGET_WIDE = field in class:Dops
428 new Dop(DalvOps.SGET_WIDE, DalvOps.SGET_WIDE,
1035 set(SGET_WIDE);
H A DDalvOps.java131 public static final int SGET_WIDE = 0x61; field in class:DalvOps
/dalvik/dx/src/com/android/dx/dex/code/
H A DDops.java430 public static final Dop SGET_WIDE = field in class:Dops
431 new Dop(Opcodes.SGET_WIDE, Opcodes.SGET_WIDE,
1038 set(SGET_WIDE);
/dalvik/dx/src/com/android/dx/io/
H A DOpcodeInfo.java426 public static final Info SGET_WIDE = field in class:OpcodeInfo
427 new Info(Opcodes.SGET_WIDE, "sget-wide",
1040 set(SGET_WIDE);
H A DOpcodes.java135 public static final int SGET_WIDE = 0x61; field in class:Opcodes

Completed in 15 milliseconds