Searched refs:CONST_HIGH16 (Results 1 - 6 of 6) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/io/
H A DOpcodes.java65 public static final int CONST_HIGH16 = 0x15; field in class:Opcodes
H A DOpcodeInfo.java146 public static final Info CONST_HIGH16 = field in class:OpcodeInfo
147 new Info(Opcodes.CONST_HIGH16, "const/high16",
1126 set(CONST_HIGH16);
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DDops.java147 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/instructions/
H A DInstructionCodec.java237 literal <<= (opcode == Opcodes.CONST_HIGH16) ? 16 : 48;
248 int shift = (opcode == Opcodes.CONST_HIGH16) ? 16 : 48;
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DOpcode.java58 CONST_HIGH16((byte)0x15, "const/high16", ReferenceType.none, Format.Format21h, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER), enum constant in enum:Opcode
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DMethodAnalyzer.java662 case CONST_HIGH16:
1099 case CONST_HIGH16:

Completed in 240 milliseconds