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

  /art/runtime/
dex_to_dex_decompiler.cc 129 case Instruction::IGET_BYTE_QUICK:
common_throws.cc 518 case Instruction::IGET_BYTE_QUICK:
638 case Instruction::IGET_BYTE_QUICK:
    [all...]
  /art/libdexfile/dex/
dex_instruction_utils.h 195 case Instruction::IGET_BYTE_QUICK: case Instruction::IPUT_BYTE_QUICK:
dex_instruction_list.h 262 V(0xF0, IGET_BYTE_QUICK, "iget-byte-quick", k22c, kIndexFieldOffset, kContinue | kThrow, kLoad | kRegCFieldOrConstant, kVerifyRegA | kVerifyRegB | kVerifyRuntimeOnly) \
  /art/dex2oat/dex/
dex_to_dex_compiler.cc 257 case Instruction::IGET_BYTE_QUICK:
258 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IGET_BYTE_QUICK, false);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
OdexedFieldInstructionMapper.java 134 new FieldOpcode('B', Opcode.IGET_BYTE, Opcode.IGET_BYTE_QUICK),
MethodAnalyzer.java     [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
Opcode.java     [all...]
  /art/dex2oat/
dex2oat_test.cc     [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 152 milliseconds