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

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
OdexedFieldInstructionMapper.java 87 new FieldOpcode('Z', Opcode.IGET_BOOLEAN, Opcode.IGET_QUICK, Opcode.IGET_VOLATILE),
88 new FieldOpcode('B', Opcode.IGET_BYTE, Opcode.IGET_QUICK, Opcode.IGET_VOLATILE),
89 new FieldOpcode('S', Opcode.IGET_SHORT, Opcode.IGET_QUICK, Opcode.IGET_VOLATILE),
90 new FieldOpcode('C', Opcode.IGET_CHAR, Opcode.IGET_QUICK, Opcode.IGET_VOLATILE),
91 new FieldOpcode('I', Opcode.IGET, Opcode.IGET_QUICK, Opcode.IGET_VOLATILE),
92 new FieldOpcode('F', Opcode.IGET, Opcode.IGET_QUICK, Opcode.IGET_VOLATILE),
137 new FieldOpcode('I', Opcode.IGET, Opcode.IGET_QUICK),
138 new FieldOpcode('F', Opcode.IGET, Opcode.IGET_QUICK),
MethodAnalyzer.java     [all...]
  /art/libdexfile/dex/
dex_instruction_utils.h 121 return (code >= Instruction::IGET_QUICK && code <= Instruction::IPUT_OBJECT_QUICK) ||
187 case Instruction::IGET_QUICK: case Instruction::IPUT_QUICK:
dex_instruction.cc 284 case IGET_QUICK:
dex_instruction_list.h 249 V(0xE3, IGET_QUICK, "iget-quick", k22c, kIndexFieldOffset, kContinue | kThrow, kLoad | kRegCFieldOrConstant, kVerifyRegA | kVerifyRegB | kVerifyRuntimeOnly) \
  /art/runtime/
dex_to_dex_decompiler.cc 113 case Instruction::IGET_QUICK:
common_throws.cc 516 case Instruction::IGET_QUICK:
636 case Instruction::IGET_QUICK:
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
Opcode.java 247 IGET_QUICK,
Instruction.java 550 addOpcodeInfo(Opcode.IGET_QUICK, "+iget-quick", 0xe3, new Format22c());
  /art/dex2oat/dex/
dex_to_dex_compiler.cc 237 case Instruction::IGET_QUICK:
238 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IGET_QUICK, false);
  /art/tools/dexfuzz/src/dexfuzz/program/mutators/
RandomInstructionGenerator.java 139 || Opcode.isBetween(newOpcode, Opcode.IGET_QUICK, Opcode.IPUT_SHORT_QUICK)
  /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 1665 milliseconds