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

1 2

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
OdexedFieldInstructionMapper.java 130 /*S*/ Opcode.IPUT_SHORT,
153 /*S*/ Opcode.IPUT_SHORT,
  /art/runtime/quick/
inline_method_analyser.h 160 return Instruction::IPUT <= opcode && opcode <= Instruction::IPUT_SHORT;
inline_method_analyser.cc 65 COMPILE_ASSERT(InlineMethodAnalyser::IsInstructionIPut(Instruction::IPUT_SHORT),
81 InlineMethodAnalyser::IPutVariant(Instruction::IPUT_SHORT), check_iget_iput_short_variant);
130 case Instruction::IPUT_SHORT:
  /art/compiler/dex/
dex_to_dex_compiler.cc 127 case Instruction::IPUT_SHORT:
global_value_numbering_test.cc 244 if (def->opcode >= Instruction::IGET && def->opcode <= Instruction::IPUT_SHORT) {
539 DEF_IPUT(4, Instruction::IPUT_SHORT, 20u, 500u, 6u), // Clobbers field #4, not #5.
637 DEF_IPUT(4, Instruction::IPUT_SHORT, 15u, 100u, 6u), // Clobbers field #4, not #5.
706 DEF_IPUT(4, Instruction::IPUT_SHORT, 17u, 101u, 6u), // Clobbers field #4, not #5.
    [all...]
mir_analysis.cc 319 // 5F IPUT_SHORT vA, vB, field@CCCC
1131 if (mir->dalvikInsn.opcode <= Instruction::IPUT_SHORT) {
frontend.cc 253 Instruction::IPUT_SHORT,
local_value_numbering_test.cc 142 if (def->opcode >= Instruction::IGET && def->opcode <= Instruction::IPUT_SHORT) {
  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 133 public static final int IPUT_SHORT = 0x5f;
OpcodeInfo.java 418 public static final Info IPUT_SHORT =
419 new Info(Opcodes.IPUT_SHORT, "iput-short",
    [all...]
  /cts/tools/dasm/src/dasm/
DopInfo.java 183 case Opcodes.IPUT_SHORT:
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvOps.java 129 public static final int IPUT_SHORT = 0x5f;
Dops.java 419 public static final Dop IPUT_SHORT =
420 new Dop(DalvOps.IPUT_SHORT, DalvOps.IPUT_SHORT,
    [all...]
RopToDop.java 371 case Type.BT_SHORT: return Dops.IPUT_SHORT;
  /external/dexmaker/src/dx/java/com/android/dx/io/
Opcodes.java 133 public static final int IPUT_SHORT = 0x5f;
OpcodeInfo.java 418 public static final Info IPUT_SHORT =
419 new Info(Opcodes.IPUT_SHORT, "iput-short",
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
Dops.java 425 public static final Dop IPUT_SHORT =
426 new Dop(Opcodes.IPUT_SHORT, Opcodes.IPUT_SHORT,
    [all...]
RopToDop.java 133 // Opcodes.IPUT_SHORT
543 case Type.BT_SHORT: return Dops.IPUT_SHORT;
  /art/runtime/
dex_instruction.cc 244 case IPUT_SHORT:
common_throws.cc 444 case Instruction::IPUT_SHORT: {
dex_instruction_list.h 116 V(0x5F, IPUT_SHORT, "iput-short", k22c, false, kFieldRef, kContinue | kThrow | kStore | kRegCFieldOrConstant, kVerifyRegA | kVerifyRegB | kVerifyRegCField) \
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 422 public static final Dop IPUT_SHORT =
423 new Dop(Opcodes.IPUT_SHORT, Opcodes.IPUT_SHORT,
    [all...]
RopToDop.java 132 // Opcodes.IPUT_SHORT
542 case Type.BT_SHORT: return Dops.IPUT_SHORT;
  /art/compiler/optimizing/
builder.cc 728 case Instruction::IPUT_SHORT: {
  /art/compiler/dex/quick/
mir_to_lir.cc 778 case Instruction::IPUT_SHORT:
    [all...]

Completed in 190 milliseconds

1 2