Home
last modified time | relevance | path

Searched refs:SGET_WIDE (Results 1 – 9 of 9) 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.java415 MAP.put(Rops.GET_STATIC_LONG, Dops.SGET_WIDE); in MAP.put() argument
417 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);
/dalvik/vm/compiler/codegen/x86/
DLowerGetPut.cpp686 } else if(flag == SGET_WIDE) { in sget_sput_common()
751 int retval = sget_sput_common(SGET_WIDE, vA, tmp, false, isVolatile); in op_sget_wide()
DLower.h193 SGET, SGET_WIDE, SPUT, SPUT_WIDE enumerator