Home
last modified time | relevance | path

Searched refs:CONST_HIGH16 (Results 1 – 7 of 7) sorted by relevance

/external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/
DInstructionOffsetMapTest.java55 /*07: 0x09*/ new ImmutableInstruction21ih(Opcode.CONST_HIGH16, 9, 0x10000), in testInstructionOffsetMap()
/external/dexmaker/src/dx/java/com/android/dx/io/
DOpcodes.java65 public static final int CONST_HIGH16 = 0x15; field in Opcodes
DOpcodeInfo.java146 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/
DDops.java147 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/
DInstructionCodec.java237 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/
DOpcode.java57CONST_HIGH16((short)0x15, "const/high16", ReferenceType.NONE, Format.Format21ih, Opcode.CAN_CONTIN… enumConstant
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DMethodAnalyzer.java586 case CONST_HIGH16: