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

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
OdexedFieldInstructionMapper.java 93 new FieldOpcode('J', Opcode.IGET_WIDE, Opcode.IGET_WIDE_QUICK, Opcode.IGET_WIDE_VOLATILE),
94 new FieldOpcode('D', Opcode.IGET_WIDE, Opcode.IGET_WIDE_QUICK, Opcode.IGET_WIDE_VOLATILE),
139 new FieldOpcode('J', Opcode.IGET_WIDE, Opcode.IGET_WIDE_QUICK),
140 new FieldOpcode('D', Opcode.IGET_WIDE, Opcode.IGET_WIDE_QUICK),
MethodAnalyzer.java     [all...]
  /art/runtime/
dex_to_dex_decompiler.cc 117 case Instruction::IGET_WIDE_QUICK:
common_throws.cc 521 case Instruction::IGET_WIDE_QUICK:
641 case Instruction::IGET_WIDE_QUICK:
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
Opcode.java 248 IGET_WIDE_QUICK,
Instruction.java 551 addOpcodeInfo(Opcode.IGET_WIDE_QUICK, "+iget-wide-quick", 0xe4, new Format22c());
  /art/libdexfile/dex/
dex_instruction_utils.h 189 case Instruction::IGET_WIDE_QUICK: case Instruction::IPUT_WIDE_QUICK:
dex_instruction_list.h 250 V(0xE4, IGET_WIDE_QUICK, "iget-wide-quick", k22c, kIndexFieldOffset, kContinue | kThrow, kLoad | kRegCFieldOrConstant, kVerifyRegAWide | kVerifyRegB | kVerifyRuntimeOnly) \
  /art/dex2oat/dex/
dex_to_dex_compiler.cc 242 case Instruction::IGET_WIDE_QUICK:
243 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IGET_WIDE_QUICK, false);
  /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 234 milliseconds