HomeSort by relevance Sort by last modified time
    Searched defs:SPUT (Results 1 - 11 of 11) sorted by null

  /dalvik/dexgen/src/com/android/dexgen/dex/code/
Dops.java 451 public static final Dop SPUT =
452 new Dop(DalvOps.SPUT, DalvOps.SPUT,
453 Form21c.THE_ONE, false, "sput");
457 Form21c.THE_ONE, false, "sput-wide");
461 Form21c.THE_ONE, false, "sput-object");
465 Form21c.THE_ONE, false, "sput-boolean");
469 Form21c.THE_ONE, false, "sput-byte");
473 Form21c.THE_ONE, false, "sput-char");
477 Form21c.THE_ONE, false, "sput-short")
    [all...]
DalvOps.java 137 public static final int SPUT = 0x67;
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 454 public static final Dop SPUT =
455 new Dop(Opcodes.SPUT, Opcodes.SPUT,
    [all...]
  /dalvik/dx/src/com/android/dx/io/
OpcodeInfo.java 450 public static final Info SPUT =
451 new Info(Opcodes.SPUT, "sput",
455 new Info(Opcodes.SPUT_WIDE, "sput-wide",
459 new Info(Opcodes.SPUT_OBJECT, "sput-object",
463 new Info(Opcodes.SPUT_BOOLEAN, "sput-boolean",
467 new Info(Opcodes.SPUT_BYTE, "sput-byte",
471 new Info(Opcodes.SPUT_CHAR, "sput-char",
475 new Info(Opcodes.SPUT_SHORT, "sput-short",
    [all...]
Opcodes.java 141 public static final int SPUT = 0x67;
  /dalvik/vm/compiler/codegen/x86/
Lower.h 190 to list bytecodes for SGET, SPUT
193 SGET, SGET_WIDE, SPUT, SPUT_WIDE
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
Dops.java 457 public static final Dop SPUT =
458 new Dop(Opcodes.SPUT, Opcodes.SPUT,
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/
OpcodeInfo.java 450 public static final Info SPUT =
451 new Info(Opcodes.SPUT, "sput",
455 new Info(Opcodes.SPUT_WIDE, "sput-wide",
459 new Info(Opcodes.SPUT_OBJECT, "sput-object",
463 new Info(Opcodes.SPUT_BOOLEAN, "sput-boolean",
467 new Info(Opcodes.SPUT_BYTE, "sput-byte",
471 new Info(Opcodes.SPUT_CHAR, "sput-char",
475 new Info(Opcodes.SPUT_SHORT, "sput-short",
    [all...]
Opcodes.java 141 public static final int SPUT = 0x67;
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
Opcode.java 134 SPUT((short)0x67, "sput", ReferenceType.field, Format.Format21c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE, (short)0xff1b),
135 SPUT_WIDE((short)0x68, "sput-wide", ReferenceType.field, Format.Format21c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE, (short)0xff1c),
136 SPUT_OBJECT((short)0x69, "sput-object", ReferenceType.field, Format.Format21c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE, (short)0xff1d),
137 SPUT_BOOLEAN((short)0x6a, "sput-boolean", ReferenceType.field, Format.Format21c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE, (short)0xff1e),
138 SPUT_BYTE((short)0x6b, "sput-byte", ReferenceType.field, Format.Format21c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE, (short)0xff1f),
139 SPUT_CHAR((short)0x6c, "sput-char", ReferenceType.field, Format.Format21c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE, (short)0xff20),
140 SPUT_SHORT((short)0x6d, "sput-short", ReferenceType.field, Format.Format21c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE, (short)0xff21),
259 SPUT_VOLATILE((short)0xe6, "sput-volatile", ReferenceType.field, Format.Format21c, Opcode.ODEX_ONLY | Opcode.ODEXED_STATIC_VOLATILE | Opcode.CAN_THROW | Opcode.CAN_CONTINUE),
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 328 milliseconds