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

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DOdexedFieldInstructionMapper.java56 /*J,D*/ Opcode.IGET_WIDE,
79 /*J,D*/ Opcode.IGET_WIDE,
H A DMethodAnalyzer.java774 case IGET_WIDE:
1237 case IGET_WIDE:
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DRopToDop.java121 // Opcodes.IGET_WIDE
406 MAP.put(Rops.GET_FIELD_LONG, Dops.IGET_WIDE);
408 MAP.put(Rops.GET_FIELD_DOUBLE, Dops.IGET_WIDE);
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 DOpcodes.java121 public static final int IGET_WIDE = 0x53; field in class:Opcodes
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);
/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 121 milliseconds