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

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
OdexedFieldInstructionMapper.java 95 new FieldOpcode('L', Opcode.IGET_OBJECT, Opcode.IGET_OBJECT_QUICK, Opcode.IGET_OBJECT_VOLATILE),
96 new FieldOpcode('[', Opcode.IGET_OBJECT, Opcode.IGET_OBJECT_QUICK, Opcode.IGET_OBJECT_VOLATILE),
141 new FieldOpcode('L', Opcode.IGET_OBJECT, Opcode.IGET_OBJECT_QUICK),
142 new FieldOpcode('[', Opcode.IGET_OBJECT, Opcode.IGET_OBJECT_QUICK),
MethodAnalyzer.java     [all...]
  /art/runtime/
dex_to_dex_decompiler.cc 121 case Instruction::IGET_OBJECT_QUICK:
common_throws.cc 511 case Instruction::IGET_OBJECT_QUICK:
642 case Instruction::IGET_OBJECT_QUICK: {
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
Opcode.java 249 IGET_OBJECT_QUICK,
Instruction.java 552 addOpcodeInfo(Opcode.IGET_OBJECT_QUICK, "+iget-object-quick", 0xe5, new Format22c());
  /art/libdexfile/dex/
dex_instruction_utils.h 191 case Instruction::IGET_OBJECT_QUICK: case Instruction::IPUT_OBJECT_QUICK:
dex_instruction.cc 285 case IGET_OBJECT_QUICK:
dex_instruction_list.h 251 V(0xE5, IGET_OBJECT_QUICK, "iget-object-quick", k22c, kIndexFieldOffset, kContinue | kThrow, kLoad | kRegCFieldOrConstant, kVerifyRegA | kVerifyRegB | kVerifyRuntimeOnly) \
  /art/dex2oat/dex/
dex_to_dex_compiler.cc 247 case Instruction::IGET_OBJECT_QUICK:
248 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IGET_OBJECT_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 642 milliseconds