HomeSort by relevance Sort by last modified time
    Searched defs:SPUT (Results 1 - 12 of 12) 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;
  /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/dexlib2/src/main/java/org/jf/dexlib2/
Opcode.java 133 SPUT((short)0x67, "sput", ReferenceType.FIELD, Format.Format21c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE),
134 SPUT_WIDE((short)0x68, "sput-wide", ReferenceType.FIELD, Format.Format21c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE),
135 SPUT_OBJECT((short)0x69, "sput-object", ReferenceType.FIELD, Format.Format21c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE),
136 SPUT_BOOLEAN((short)0x6a, "sput-boolean", ReferenceType.FIELD, Format.Format21c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE),
137 SPUT_BYTE((short)0x6b, "sput-byte", ReferenceType.FIELD, Format.Format21c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE),
138 SPUT_CHAR((short)0x6c, "sput-char", ReferenceType.FIELD, Format.Format21c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE),
139 SPUT_SHORT((short)0x6d, "sput-short", ReferenceType.FIELD, Format.Format21c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE),
258 SPUT_VOLATILE((short)0xe6, "sput-volatile", minApi(9), ReferenceType.FIELD, Format.Format21c, Opcode.ODEX_ONLY | Opcode.ODEXED_STATIC_VOLATILE | Opcode.CAN_THROW | Opcode.CAN_CONTINUE),
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/darwin/lib/
dx.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 201 milliseconds