Searched defs:IGET_WIDE (Results 1 - 4 of 4) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DDops.java377 public static final Dop IGET_WIDE = field in class:Dops
378 new Dop(Opcodes.IGET_WIDE, Opcodes.IGET_WIDE,
970 new Dop(Opcodes.IGET_WIDE_JUMBO, Opcodes.IGET_WIDE,
1183 set(IGET_WIDE);
/external/dexmaker/src/dx/java/com/android/dx/io/
H A DOpcodeInfo.java370 public static final Info IGET_WIDE = field in class:OpcodeInfo
371 new Info(Opcodes.IGET_WIDE, "iget-wide",
1182 set(IGET_WIDE);
H A DOpcodes.java121 public static final int IGET_WIDE = 0x53; field in class:Opcodes
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DOpcode.java114 IGET_WIDE((byte)0x53, "iget-wide", ReferenceType.field, Format.Format22c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.SETS_WIDE_REGISTER), enum constant in enum:Opcode

Completed in 46 milliseconds