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

1 2

  /art/compiler/dex/
inline_method_analyser.h 111 return Instruction::IPUT <= opcode && opcode <= Instruction::IPUT_SHORT;
inline_method_analyser.cc 416 static_assert(InlineMethodAnalyser::IsInstructionIPut(Instruction::IPUT_SHORT), "iput_short type");
430 InlineMethodAnalyser::IPutVariant(Instruction::IPUT_SHORT), "iget/iput_short variant");
501 case Instruction::IPUT_SHORT:
  /art/libdexfile/dex/
dex_instruction_utils.h 97 return Instruction::IPUT <= code && code <= Instruction::IPUT_SHORT;
117 return Instruction::IGET <= code && code <= Instruction::IPUT_SHORT;
dex_instruction.cc 299 case IPUT_SHORT:
dex_instruction_list.h 117 V(0x5F, IPUT_SHORT, "iput-short", k22c, kIndexFieldRef, kContinue | kThrow, kStore | kRegCFieldOrConstant, kVerifyRegA | kVerifyRegB | kVerifyRegCField) \
  /art/runtime/
dex_to_dex_decompiler.cc 158 DecompileInstanceFieldAccess(inst, Instruction::IPUT_SHORT);
common_throws.cc 504 case Instruction::IPUT_SHORT: {
658 case Instruction::IPUT_SHORT: {
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
CodeItem.java 182 } else if (Opcode.isBetween(opcode, Opcode.IGET, Opcode.IPUT_SHORT)) {
Opcode.java 115 IPUT_SHORT,
Instruction.java 417 addOpcodeInfo(Opcode.IPUT_SHORT, "iput-short", 0x5f, new Format22c());
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
OdexedFieldInstructionMapper.java 100 new FieldOpcode('S', Opcode.IPUT_SHORT, Opcode.IPUT_QUICK, Opcode.IPUT_VOLATILE),
146 new FieldOpcode('S', Opcode.IPUT_SHORT, Opcode.IPUT_SHORT_QUICK),
  /art/tools/veridex/
hidden_api_finder.cc 133 case Instruction::IPUT_SHORT: {
flow_analysis.cc 565 case Instruction::IPUT_SHORT: {
  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 134 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/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 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 421 public static final Dop IPUT_SHORT =
422 new Dop(DalvOps.IPUT_SHORT, DalvOps.IPUT_SHORT,
    [all...]
RopToDop.java 371 case Type.BT_SHORT: return Dops.IPUT_SHORT;
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 424 public static final Dop IPUT_SHORT =
425 new Dop(Opcodes.IPUT_SHORT, Opcodes.IPUT_SHORT,
    [all...]
RopToDop.java 134 // Opcodes.IPUT_SHORT
550 case Type.BT_SHORT: return Dops.IPUT_SHORT;
  /art/dex2oat/dex/
dex_to_dex_compiler.cc 291 case Instruction::IPUT_SHORT:
  /art/tools/dexanalyze/
dexanalyze_bytecode.cc 256 case Instruction::IPUT_SHORT: {
dexanalyze_experiments.cc 346 case Instruction::IPUT_SHORT: {

Completed in 590 milliseconds

1 2