/art/runtime/ |
dex_instruction_utils.h | 122 (code >= Instruction::IPUT_BOOLEAN_QUICK && code <= Instruction::IGET_SHORT_QUICK); 219 case Instruction::IGET_SHORT_QUICK: case Instruction::IPUT_SHORT_QUICK:
|
common_throws.cc | 460 case Instruction::IGET_SHORT_QUICK:
|
dex_instruction_list.h | 263 V(0xF2, IGET_SHORT_QUICK, "iget-short-quick", k22c, true, kIndexFieldOffset, kContinue | kThrow | kLoad | kRegCFieldOrConstant, kVerifyRegA | kVerifyRegB | kVerifyRuntimeOnly) \ [all...] |
/art/compiler/dex/ |
dex_to_dex_compiler.cc | 155 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IGET_SHORT_QUICK, false);
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/ |
OdexedFieldInstructionMapper.java | 135 new FieldOpcode('S', Opcode.IGET_SHORT, Opcode.IGET_SHORT_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...] |