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

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DDops.java159 Opcodes.CONST_WIDE_HIGH16, Form21s.THE_ONE, true);
169 public static final Dop CONST_WIDE_HIGH16 = field in class:Dops
170 new Dop(Opcodes.CONST_WIDE_HIGH16, Opcodes.CONST_WIDE,
1131 set(CONST_WIDE_HIGH16);
/external/dexmaker/src/dx/java/com/android/dx/io/
H A DOpcodeInfo.java162 public static final Info CONST_WIDE_HIGH16 = field in class:OpcodeInfo
163 new Info(Opcodes.CONST_WIDE_HIGH16, "const-wide/high16",
1130 set(CONST_WIDE_HIGH16);
H A DOpcodes.java69 public static final int CONST_WIDE_HIGH16 = 0x19; field in class:Opcodes
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
H A DOpcode.java61 CONST_WIDE_HIGH16((short)0x19, "const-wide/high16", ReferenceType.NONE, Format.Format21lh, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.SETS_WIDE_REGISTER), enum constant in enum:Opcode

Completed in 113 milliseconds