Searched defs:SPUT (Results 1 - 6 of 6) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DDops.java451 public static final Dop SPUT = field in class:Dops
452 new Dop(DalvOps.SPUT, DalvOps.SPUT,
1041 set(SPUT);
H A DDalvOps.java137 public static final int SPUT = 0x67; field in class:DalvOps
/dalvik/dx/src/com/android/dx/dex/code/
H A DDops.java454 public static final Dop SPUT = field in class:Dops
455 new Dop(Opcodes.SPUT, Opcodes.SPUT,
1044 set(SPUT);
/dalvik/dx/src/com/android/dx/io/
H A DOpcodeInfo.java450 public static final Info SPUT = field in class:OpcodeInfo
451 new Info(Opcodes.SPUT, "sput",
1046 set(SPUT);
H A DOpcodes.java141 public static final int SPUT = 0x67; field in class:Opcodes
/dalvik/vm/compiler/codegen/x86/
H A DLower.h190 to list bytecodes for SGET, SPUT
193 SGET, SGET_WIDE, SPUT, SPUT_WIDE enumerator in enum:StaticAccess

Completed in 45 milliseconds