Searched refs:CONST_HIGH16 (Results 1 – 7 of 7) sorted by relevance
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/ |
D | InstructionOffsetMapTest.java | 55 /*07: 0x09*/ new ImmutableInstruction21ih(Opcode.CONST_HIGH16, 9, 0x10000), in testInstructionOffsetMap()
|
/external/dexmaker/src/dx/java/com/android/dx/io/ |
D | Opcodes.java | 65 public static final int CONST_HIGH16 = 0x15; field in Opcodes
|
D | OpcodeInfo.java | 146 public static final Info CONST_HIGH16 = field in OpcodeInfo 147 new Info(Opcodes.CONST_HIGH16, "const/high16", 1126 set(CONST_HIGH16);
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
D | Dops.java | 147 Opcodes.CONST_HIGH16, Form21s.THE_ONE, true); 153 public static final Dop CONST_HIGH16 = field in Dops 154 new Dop(Opcodes.CONST_HIGH16, Opcodes.CONST, 1127 set(CONST_HIGH16);
|
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/ |
D | InstructionCodec.java | 237 literal <<= (opcode == Opcodes.CONST_HIGH16) ? 16 : 48; in FORMAT_21H() 248 int shift = (opcode == Opcodes.CONST_HIGH16) ? 16 : 48; in FORMAT_21H()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/ |
D | Opcode.java | 57 …CONST_HIGH16((short)0x15, "const/high16", ReferenceType.NONE, Format.Format21ih, Opcode.CAN_CONTIN… enumConstant
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/ |
D | MethodAnalyzer.java | 586 case CONST_HIGH16:
|