Searched defs:CONST_HIGH16 (Results 1 - 4 of 4) sorted by relevance
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
H A D | Dops.java | 147 Opcodes.CONST_HIGH16, Form21s.THE_ONE, true); 153 public static final Dop CONST_HIGH16 = field in class:Dops 154 new Dop(Opcodes.CONST_HIGH16, Opcodes.CONST, 1127 set(CONST_HIGH16);
|
/external/dexmaker/src/dx/java/com/android/dx/io/ |
H A D | OpcodeInfo.java | 146 public static final Info CONST_HIGH16 = field in class:OpcodeInfo 147 new Info(Opcodes.CONST_HIGH16, "const/high16", 1126 set(CONST_HIGH16);
|
H A D | Opcodes.java | 65 public static final int CONST_HIGH16 = 0x15; field in class:Opcodes
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/ |
H A D | Opcode.java | 57 CONST_HIGH16((short)0x15, "const/high16", ReferenceType.NONE, Format.Format21ih, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER), enum constant in enum:Opcode
|
Completed in 520 milliseconds