Searched refs:IGET_SHORT (Results 1 - 7 of 7) sorted by relevance

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DOdexedFieldInstructionMapper.java53 /*S*/ Opcode.IGET_SHORT,
76 /*S*/ Opcode.IGET_SHORT,
H A DMethodAnalyzer.java771 case IGET_SHORT:
1234 case IGET_SHORT:
/external/dexmaker/src/dx/java/com/android/dx/io/
H A DOpcodes.java126 public static final int IGET_SHORT = 0x58; field in class:Opcodes
H A DOpcodeInfo.java390 public static final Info IGET_SHORT = field in class:OpcodeInfo
391 new Info(Opcodes.IGET_SHORT, "iget-short",
1187 set(IGET_SHORT);
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DDops.java397 public static final Dop IGET_SHORT = field in class:Dops
398 new Dop(Opcodes.IGET_SHORT, Opcodes.IGET_SHORT,
990 new Dop(Opcodes.IGET_SHORT_JUMBO, Opcodes.IGET_SHORT,
1188 set(IGET_SHORT);
H A DRopToDop.java126 // Opcodes.IGET_SHORT
530 case Type.BT_SHORT: return Dops.IGET_SHORT;
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DOpcode.java119 IGET_SHORT((byte)0x58, "iget-short", ReferenceType.field, Format.Format22c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER), enum constant in enum:Opcode

Completed in 54 milliseconds