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

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DDops.java373 public static final Dop IGET = field in class:Dops
374 new Dop(Opcodes.IGET, Opcodes.IGET,
966 new Dop(Opcodes.IGET_JUMBO, Opcodes.IGET,
1182 set(IGET);
/external/dexmaker/src/dx/java/com/android/dx/io/
H A DOpcodeInfo.java366 public static final Info IGET = field in class:OpcodeInfo
367 new Info(Opcodes.IGET, "iget",
1181 set(IGET);
H A DOpcodes.java120 public static final int IGET = 0x52; field in class:Opcodes
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DOpcode.java113 IGET((short)0x52, "iget", ReferenceType.field, Format.Format22c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER, (short)0xff06), enum constant in enum:Opcode

Completed in 43 milliseconds