HomeSort by relevance Sort by last modified time
    Searched refs:IPUT_WIDE_QUICK (Results 1 - 14 of 14) sorted by null

  /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 161 case Instruction::IPUT_WIDE_QUICK:
common_throws.cc 527 case Instruction::IPUT_WIDE_QUICK:
670 case Instruction::IPUT_WIDE_QUICK:
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
Opcode.java 251 IPUT_WIDE_QUICK,
Instruction.java 554 addOpcodeInfo(Opcode.IPUT_WIDE_QUICK, "+iput-wide-quick", 0xe7, new Format22c());
  /art/libdexfile/dex/
dex_instruction_utils.h 189 case Instruction::IGET_WIDE_QUICK: case Instruction::IPUT_WIDE_QUICK:
dex_instruction_list.h 253 V(0xE7, IPUT_WIDE_QUICK, "iput-wide-quick", k22c, kIndexFieldOffset, kContinue | kThrow, kStore | kRegCFieldOrConstant, kVerifyRegAWide | kVerifyRegB | kVerifyRuntimeOnly) \
  /art/dex2oat/dex/
dex_to_dex_compiler.cc 297 case Instruction::IPUT_WIDE_QUICK:
298 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IPUT_WIDE_QUICK, true);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
Opcode.java     [all...]
  /art/runtime/dex/
dex_file_annotations.cc     [all...]
  /art/compiler/optimizing/
instruction_builder.cc     [all...]
  /art/runtime/interpreter/
interpreter_switch_impl-inl.h     [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 719 milliseconds