Searched refs:SGET_WIDE (Results 1 – 9 of 9) 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 | 415 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
|
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);
|
/dalvik/vm/compiler/codegen/x86/ |
D | LowerGetPut.cpp | 686 } 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()
|
D | Lower.h | 193 SGET, SGET_WIDE, SPUT, SPUT_WIDE enumerator
|