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

  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
OdexedFieldInstructionMapper.java 53 /*S*/ Opcode.IGET_SHORT,
76 /*S*/ Opcode.IGET_SHORT,
MethodAnalyzer.java     [all...]
  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 126 public static final int IGET_SHORT = 0x58;
OpcodeInfo.java 390 public static final Info IGET_SHORT =
391 new Info(Opcodes.IGET_SHORT, "iget-short",
    [all...]
  /cts/tools/dasm/src/dasm/
DopInfo.java 176 case Opcodes.IGET_SHORT:
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvOps.java 122 public static final int IGET_SHORT = 0x58;
Dops.java 391 public static final Dop IGET_SHORT =
392 new Dop(DalvOps.IGET_SHORT, DalvOps.IGET_SHORT,
    [all...]
RopToDop.java 358 case Type.BT_SHORT: return Dops.IGET_SHORT;
  /external/dexmaker/src/dx/java/com/android/dx/io/
Opcodes.java 126 public static final int IGET_SHORT = 0x58;
OpcodeInfo.java 390 public static final Info IGET_SHORT =
391 new Info(Opcodes.IGET_SHORT, "iget-short",
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
Dops.java 397 public static final Dop IGET_SHORT =
398 new Dop(Opcodes.IGET_SHORT, Opcodes.IGET_SHORT,
    [all...]
RopToDop.java 126 // Opcodes.IGET_SHORT
530 case Type.BT_SHORT: return Dops.IGET_SHORT;
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 394 public static final Dop IGET_SHORT =
395 new Dop(Opcodes.IGET_SHORT, Opcodes.IGET_SHORT,
    [all...]
RopToDop.java 125 // Opcodes.IGET_SHORT
529 case Type.BT_SHORT: return Dops.IGET_SHORT;
  /art/compiler/dex/
local_value_numbering.cc 434 case Instruction::IGET_SHORT:
mir_graph.cc 43 {{Instruction::IGET_SHORT, Instruction::RETURN}, kIGetShort},
    [all...]
  /art/runtime/
common_throws.cc 373 case Instruction::IGET_SHORT: {
dex_instruction.cc 472 case IGET_SHORT:
dex_instruction_list.h 109 V(0x58, IGET_SHORT, "iget-short", k22c, true, kFieldRef, kContinue | kThrow, kVerifyRegA | kVerifyRegB | kVerifyRegCField) \
  /art/compiler/dex/quick/
mir_to_lir.cc 374 case Instruction::IGET_SHORT:
  /art/compiler/dex/portable/
mir_to_gbc.cc     [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
Opcode.java 119 IGET_SHORT((short)0x58, "iget-short", ReferenceType.field, Format.Format22c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER, (short)0xff0c),
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 
  /art/runtime/interpreter/
interpreter.cc     [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 54 milliseconds