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

1 2

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
OdexedFieldInstructionMapper.java 106 new FieldOpcode('L', Opcode.IPUT_OBJECT, Opcode.IPUT_OBJECT_QUICK, Opcode.IPUT_OBJECT_VOLATILE),
107 new FieldOpcode('[', Opcode.IPUT_OBJECT, Opcode.IPUT_OBJECT_QUICK, Opcode.IPUT_OBJECT_VOLATILE),
152 new FieldOpcode('L', Opcode.IPUT_OBJECT, Opcode.IPUT_OBJECT_QUICK),
153 new FieldOpcode('[', Opcode.IPUT_OBJECT, Opcode.IPUT_OBJECT_QUICK)
MethodAnalyzer.java     [all...]
  /art/runtime/
dex_to_dex_decompiler.cc 166 DecompileInstanceFieldAccess(inst, Instruction::IPUT_OBJECT);
common_throws.cc 500 case Instruction::IPUT_OBJECT:
654 case Instruction::IPUT_OBJECT:
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
Opcode.java 111 IPUT_OBJECT,
Instruction.java 413 addOpcodeInfo(Opcode.IPUT_OBJECT, "iput-object", 0x5b, new Format22c());
  /art/tools/veridex/
hidden_api_finder.cc 129 case Instruction::IPUT_OBJECT:
flow_analysis.cc 561 case Instruction::IPUT_OBJECT:
  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 130 public static final int IPUT_OBJECT = 0x5b;
OpcodeInfo.java 402 public static final Info IPUT_OBJECT =
403 new Info(Opcodes.IPUT_OBJECT, "iput-object",
    [all...]
  /external/smali/smalidea/src/main/java/org/jf/smalidea/findUsages/
SmaliUsageTypeProvider.java 84 Opcode.IPUT_CHAR, Opcode.IPUT_OBJECT, Opcode.IPUT_OBJECT_VOLATILE, Opcode.IPUT_SHORT, Opcode.IPUT_VOLATILE,
  /cts/tools/dasm/src/dasm/
DopInfo.java 179 case Opcodes.IPUT_OBJECT:
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvOps.java 125 public static final int IPUT_OBJECT = 0x5b;
Dops.java 405 public static final Dop IPUT_OBJECT =
406 new Dop(DalvOps.IPUT_OBJECT, DalvOps.IPUT_OBJECT,
    [all...]
RopToDop.java 255 MAP.put(Rops.PUT_FIELD_OBJECT, Dops.IPUT_OBJECT);
  /art/compiler/dex/
inline_method_analyser.cc 410 static_assert(InlineMethodAnalyser::IsInstructionIPut(Instruction::IPUT_OBJECT),
411 "iput_object type");
422 InlineMethodAnalyser::IPutVariant(Instruction::IPUT_OBJECT), "iget/iput_object variant");
497 case Instruction::IPUT_OBJECT:
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 408 public static final Dop IPUT_OBJECT =
409 new Dop(Opcodes.IPUT_OBJECT, Opcodes.IPUT_OBJECT,
    [all...]
RopToDop.java 130 // Opcodes.IPUT_OBJECT
432 MAP.put(Rops.PUT_FIELD_OBJECT, Dops.IPUT_OBJECT);
  /art/dex2oat/dex/
dex_to_dex_compiler.cc 301 case Instruction::IPUT_OBJECT:
  /art/libdexfile/dex/
dex_instruction.cc 295 case IPUT_OBJECT:
dex_instruction_list.h 113 V(0x5B, IPUT_OBJECT, "iput-object", k22c, kIndexFieldRef, kContinue | kThrow, kStore | kRegCFieldOrConstant, kVerifyRegA | kVerifyRegB | kVerifyRegCField) \
  /art/tools/dexanalyze/
dexanalyze_bytecode.cc 252 case Instruction::IPUT_OBJECT:
dexanalyze_experiments.cc 342 case Instruction::IPUT_OBJECT:
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
Opcode.java 129 IPUT_OBJECT(0x5b, "iput-object", ReferenceType.FIELD, Format.Format22c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE),
    [all...]
  /art/runtime/dex/
dex_file_annotations.cc     [all...]

Completed in 83 milliseconds

1 2