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

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DOdexedFieldInstructionMapper.java99 /*S*/ Opcode.SGET_SHORT,
H A DMethodAnalyzer.java798 case SGET_SHORT:
1276 case SGET_SHORT:
/external/dexmaker/src/dx/java/com/android/dx/io/
H A DOpcodes.java140 public static final int SGET_SHORT = 0x66; field in class:Opcodes
H A DOpcodeInfo.java446 public static final Info SGET_SHORT = field in class:OpcodeInfo
447 new Info(Opcodes.SGET_SHORT, "sget-short",
1201 set(SGET_SHORT);
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DDops.java453 public static final Dop SGET_SHORT = field in class:Dops
454 new Dop(Opcodes.SGET_SHORT, Opcodes.SGET_SHORT,
1046 new Dop(Opcodes.SGET_SHORT_JUMBO, Opcodes.SGET_SHORT,
1202 set(SGET_SHORT);
H A DRopToDop.java140 // Opcodes.SGET_SHORT
556 case Type.BT_SHORT: return Dops.SGET_SHORT;
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DOpcode.java133 SGET_SHORT((byte)0x66, "sget-short", ReferenceType.field, Format.Format21c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER), enum constant in enum:Opcode

Completed in 88 milliseconds