Searched refs:SPUT (Results 1 - 9 of 9) sorted by relevance

/dalvik/dx/src/com/android/dx/io/
H A DOpcodes.java141 public static final int SPUT = 0x67; field in class:Opcodes
H A DOpcodeInfo.java450 public static final Info SPUT = field in class:OpcodeInfo
451 new Info(Opcodes.SPUT, "sput",
1046 set(SPUT);
/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DRopToDop.java262 MAP.put(Rops.PUT_STATIC_FLOAT, Dops.SPUT);
398 case Type.BT_INT: return Dops.SPUT;
H A DDalvOps.java137 public static final int SPUT = 0x67; field in class:DalvOps
H A DDops.java451 public static final Dop SPUT = field in class:Dops
452 new Dop(DalvOps.SPUT, DalvOps.SPUT,
1041 set(SPUT);
/dalvik/dx/src/com/android/dx/dex/code/
H A DRopToDop.java140 // Opcodes.SPUT
433 MAP.put(Rops.PUT_STATIC_FLOAT, Dops.SPUT);
569 case Type.BT_INT: return Dops.SPUT;
H A DDops.java454 public static final Dop SPUT = field in class:Dops
455 new Dop(Opcodes.SPUT, Opcodes.SPUT,
1044 set(SPUT);
/dalvik/vm/compiler/codegen/x86/
H A DLowerGetPut.cpp705 } else if(flag == SPUT) {
785 //! lower bytecode SPUT by calling sget_sput_common
791 int retval = sget_sput_common(SPUT, vA, tmp, isObj, false);
H A DLower.h190 to list bytecodes for SGET, SPUT
193 SGET, SGET_WIDE, SPUT, SPUT_WIDE enumerator in enum:StaticAccess

Completed in 97 milliseconds