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

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
OdexedFieldInstructionMapper.java 98 new FieldOpcode('Z', Opcode.IPUT_BOOLEAN, Opcode.IPUT_QUICK, Opcode.IPUT_VOLATILE),
99 new FieldOpcode('B', Opcode.IPUT_BYTE, Opcode.IPUT_QUICK, Opcode.IPUT_VOLATILE),
100 new FieldOpcode('S', Opcode.IPUT_SHORT, Opcode.IPUT_QUICK, Opcode.IPUT_VOLATILE),
101 new FieldOpcode('C', Opcode.IPUT_CHAR, Opcode.IPUT_QUICK, Opcode.IPUT_VOLATILE),
102 new FieldOpcode('I', Opcode.IPUT, Opcode.IPUT_QUICK, Opcode.IPUT_VOLATILE),
103 new FieldOpcode('F', Opcode.IPUT, Opcode.IPUT_QUICK, Opcode.IPUT_VOLATILE),
148 new FieldOpcode('I', Opcode.IPUT, Opcode.IPUT_QUICK),
149 new FieldOpcode('F', Opcode.IPUT, Opcode.IPUT_QUICK),
MethodAnalyzer.java     [all...]
  /art/runtime/
dex_to_dex_decompiler.cc 141 case Instruction::IPUT_QUICK:
common_throws.cc 522 case Instruction::IPUT_QUICK:
665 case Instruction::IPUT_QUICK:
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
Opcode.java 250 IPUT_QUICK,
Instruction.java 553 addOpcodeInfo(Opcode.IPUT_QUICK, "+iput-quick", 0xe6, new Format22c());
  /art/libdexfile/dex/
dex_instruction_utils.h 187 case Instruction::IGET_QUICK: case Instruction::IPUT_QUICK:
dex_instruction.cc 307 case IPUT_QUICK:
dex_instruction_list.h 252 V(0xE6, IPUT_QUICK, "iput-quick", k22c, kIndexFieldOffset, kContinue | kThrow, kStore | kRegCFieldOrConstant, kVerifyRegA | kVerifyRegB | kVerifyRuntimeOnly) \
  /art/dex2oat/dex/
dex_to_dex_compiler.cc 272 case Instruction::IPUT_QUICK:
273 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IPUT_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 185 milliseconds