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

1 2

  /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...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
OdexedFieldInstructionMapper.java 155 //sput volatile
173 /*I,F*/ Opcode.SPUT,
256 //sput volatile
MethodAnalyzer.java     [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 140 // Opcodes.SPUT
433 MAP.put(Rops.PUT_STATIC_FLOAT, Dops.SPUT);
569 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 78 case SPUT:
  /dalvik/vm/compiler/codegen/x86/
LowerGetPut.cpp 705 } else if(flag == SPUT) {
785 //! lower bytecode SPUT by calling sget_sput_common
791 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...]
  /art/compiler/dex/
local_value_numbering.cc 502 case Instruction::SPUT:
  /art/runtime/
dex_instruction.cc 441 case SPUT:
dex_instruction_list.h 124 V(0x67, SPUT, "sput", k21c, false, kFieldRef, kContinue | kThrow, kVerifyRegA | kVerifyRegBField) \
125 V(0x68, SPUT_WIDE, "sput-wide", k21c, false, kFieldRef, kContinue | kThrow, kVerifyRegA | kVerifyRegBField) \
126 V(0x69, SPUT_OBJECT, "sput-object", k21c, false, kFieldRef, kContinue | kThrow, kVerifyRegA | kVerifyRegBField) \
127 V(0x6A, SPUT_BOOLEAN, "sput-boolean", k21c, false, kFieldRef, kContinue | kThrow, kVerifyRegA | kVerifyRegBField) \
128 V(0x6B, SPUT_BYTE, "sput-byte", k21c, false, kFieldRef, kContinue | kThrow, kVerifyRegA | kVerifyRegBField) \
129 V(0x6C, SPUT_CHAR, "sput-char", k21c, false, kFieldRef, kContinue | kThrow, kVerifyRegA | kVerifyRegBField) \
130 V(0x6D, SPUT_SHORT, "sput-short", k21c, false, kFieldRef, kContinue | kThrow, kVerifyRegA | kVerifyRegBField) \
  /art/compiler/dex/quick/
mir_to_lir.cc 427 case Instruction::SPUT:
  /art/compiler/dex/portable/
mir_to_gbc.cc 814 case Instruction::SPUT:
    [all...]
  /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 
  /art/runtime/interpreter/
interpreter.cc     [all...]

Completed in 515 milliseconds

1 2