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

  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
OdexedFieldInstructionMapper.java 155 //sput volatile
173 /*I,F*/ Opcode.SPUT,
MethodAnalyzer.java     [all...]
  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 141 public static final int SPUT = 0x67;
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...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
RopToDop.java 262 MAP.put(Rops.PUT_STATIC_FLOAT, Dops.SPUT);
398 case Type.BT_INT: return Dops.SPUT;
DalvOps.java 137 public static final int SPUT = 0x67;
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...]
  /dalvik/dx/src/com/android/dx/dex/code/
RopToDop.java 141 // Opcodes.SPUT
434 MAP.put(Rops.PUT_STATIC_FLOAT, Dops.SPUT);
570 case Type.BT_INT: return Dops.SPUT;
Dops.java 454 public static final Dop SPUT =
455 new Dop(Opcodes.SPUT, Opcodes.SPUT,
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
RopToDop.java 141 // Opcodes.SPUT
434 MAP.put(Rops.PUT_STATIC_FLOAT, Dops.SPUT);
570 case Type.BT_INT: return Dops.SPUT;
Dops.java 457 public static final Dop SPUT =
458 new Dop(Opcodes.SPUT, Opcodes.SPUT,
    [all...]
  /cts/tools/dasm/src/dasm/
DopInfo.java 149 case Opcodes.SPUT:
  /external/dexmaker/src/dx/java/com/android/dx/io/
Opcodes.java 141 public static final int SPUT = 0x67;
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...]
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
ClassDefinition.java 112 case SPUT:
  /dalvik/vm/compiler/codegen/x86/
LowerGetPut.cpp 695 } else if(flag == SPUT) {
775 //! lower bytecode SPUT by calling sget_sput_common
781 int retval = sget_sput_common(SPUT, vA, tmp, isObj, false);
Lower.h 190 to list bytecodes for SGET, SPUT
193 SGET, SGET_WIDE, SPUT, SPUT_WIDE
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
Opcode.java 134 SPUT((byte)0x67, "sput", ReferenceType.field, Format.Format21c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE),
135 SPUT_WIDE((byte)0x68, "sput-wide", ReferenceType.field, Format.Format21c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE),
136 SPUT_OBJECT((byte)0x69, "sput-object", ReferenceType.field, Format.Format21c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE),
137 SPUT_BOOLEAN((byte)0x6a, "sput-boolean", ReferenceType.field, Format.Format21c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE),
138 SPUT_BYTE((byte)0x6b, "sput-byte", ReferenceType.field, Format.Format21c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE),
139 SPUT_CHAR((byte)0x6c, "sput-char", ReferenceType.field, Format.Format21c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE),
140 SPUT_SHORT((byte)0x6d, "sput-short", ReferenceType.field, Format.Format21c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE),
259 SPUT_VOLATILE((byte)0xe6, "sput-volatile", ReferenceType.field, Format.Format21c, Opcode.ODEX_ONLY | Opcode.ODEXED_STATIC_VOLATILE | Opcode.CAN_THROW | Opcode.CAN_CONTINUE),
264 SPUT_WIDE_VOLATILE((byte)0xeb, "sput-wide-volatile", ReferenceType.field, Format.Format21c, Opcode.ODEX_ONLY | Opcode.ODEXED_STATIC_VOL (…)
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 
  /tools/motodev/src/plugins/preflighting.core/apktool/
apktool.jar 

Completed in 295 milliseconds