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

  /art/runtime/
dex_instruction_utils.h 217 case Instruction::IGET_CHAR_QUICK: case Instruction::IPUT_CHAR_QUICK:
common_throws.cc 459 case Instruction::IGET_CHAR_QUICK:
dex_instruction_list.h 262 V(0xF1, IGET_CHAR_QUICK, "iget-char-quick", k22c, true, kIndexFieldOffset, kContinue | kThrow | kLoad | kRegCFieldOrConstant, kVerifyRegA | kVerifyRegB | kVerifyRuntimeOnly) \
    [all...]
  /art/compiler/dex/
dex_to_dex_compiler.cc 151 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IGET_CHAR_QUICK, false);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
OdexedFieldInstructionMapper.java 136 new FieldOpcode('C', Opcode.IGET_CHAR, Opcode.IGET_CHAR_QUICK),
MethodAnalyzer.java     [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
Opcode.java     [all...]
  /art/compiler/optimizing/
instruction_builder.cc     [all...]
  /art/runtime/interpreter/
interpreter_goto_table_impl.cc     [all...]
interpreter_switch_impl.cc     [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 490 milliseconds