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

1 2 3

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
OdexedFieldInstructionMapper.java 104 new FieldOpcode('J', Opcode.IPUT_WIDE, Opcode.IPUT_WIDE_QUICK, Opcode.IPUT_WIDE_VOLATILE),
105 new FieldOpcode('D', Opcode.IPUT_WIDE, Opcode.IPUT_WIDE_QUICK, Opcode.IPUT_WIDE_VOLATILE),
150 new FieldOpcode('J', Opcode.IPUT_WIDE, Opcode.IPUT_WIDE_QUICK),
151 new FieldOpcode('D', Opcode.IPUT_WIDE, Opcode.IPUT_WIDE_QUICK),
MethodAnalyzer.java     [all...]
  /art/runtime/
dex_to_dex_decompiler.cc 169 DecompileInstanceFieldAccess(inst, dex_pc, Instruction::IPUT_WIDE);
common_throws.cc 478 case Instruction::IPUT_WIDE:
634 case Instruction::IPUT_WIDE:
dex_instruction.cc 285 case IPUT_WIDE:
dex_instruction_list.h 112 V(0x5A, IPUT_WIDE, "iput-wide", k22c, kIndexFieldRef, kContinue | kThrow | kStore | kRegCFieldOrConstant, kVerifyRegAWide | kVerifyRegB | kVerifyRegCField) \
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
Opcode.java 110 IPUT_WIDE,
Instruction.java 412 addOpcodeInfo(Opcode.IPUT_WIDE, "iput-wide", 0x5a, new Format22c());
  /art/compiler/dex/
inline_method_analyser.cc 407 static_assert(InlineMethodAnalyser::IsInstructionIPut(Instruction::IPUT_WIDE), "iput_wide type");
418 InlineMethodAnalyser::IPutVariant(Instruction::IPUT_WIDE), "iget/iput_wide variant");
498 case Instruction::IPUT_WIDE:
668 DCHECK_LT(opcode == Instruction::IPUT_WIDE ? src_reg + 1 : src_reg, code_item->registers_size_);
dex_to_dex_compiler.cc 177 case Instruction::IPUT_WIDE:
  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 128 public static final int IPUT_WIDE = 0x5a;
OpcodeInfo.java 398 public static final Info IPUT_WIDE =
399 new Info(Opcodes.IPUT_WIDE, "iput-wide",
    [all...]
  /external/smali/smalidea/src/main/java/org/jf/smalidea/findUsages/
SmaliUsageTypeProvider.java 85 Opcode.IPUT_WIDE, Opcode.IPUT_WIDE_VOLATILE, Opcode.SPUT, Opcode.SPUT_BOOLEAN, Opcode.SPUT_BYTE,
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
RopToDop.java 252 MAP.put(Rops.PUT_FIELD_LONG, Dops.IPUT_WIDE);
254 MAP.put(Rops.PUT_FIELD_DOUBLE, Dops.IPUT_WIDE);
DalvOps.java 124 public static final int IPUT_WIDE = 0x5a;
Dops.java 401 public static final Dop IPUT_WIDE =
402 new Dop(DalvOps.IPUT_WIDE, DalvOps.IPUT_WIDE,
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
RopToDop.java 127 // Opcodes.IPUT_WIDE
425 MAP.put(Rops.PUT_FIELD_LONG, Dops.IPUT_WIDE);
427 MAP.put(Rops.PUT_FIELD_DOUBLE, Dops.IPUT_WIDE);
Dops.java 404 public static final Dop IPUT_WIDE =
405 new Dop(Opcodes.IPUT_WIDE, Opcodes.IPUT_WIDE,
    [all...]
  /cts/tools/dasm/src/dasm/
DopInfo.java 178 case Opcodes.IPUT_WIDE:
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
Opcode.java 128 IPUT_WIDE(0x5a, "iput-wide", ReferenceType.FIELD, Format.Format22c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE),
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.2/
dexmaker-1.2.jar 
  /art/compiler/optimizing/
instruction_builder.cc     [all...]
  /art/runtime/interpreter/
interpreter_switch_impl.cc     [all...]
  /external/dexmaker/lib/
dalvik-dx-1.jar 

Completed in 84 milliseconds

1 2 3