Home
last modified time | relevance | path

Searched refs:CONST_WIDE (Results 1 – 6 of 6) sorted by relevance

/external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/
DInstructionOffsetMapTest.java76 /*24: 0x32*/ new ImmutableInstruction51l(Opcode.CONST_WIDE, 32, 33), in testInstructionOffsetMap()
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DDops.java158 new Dop(Opcodes.CONST_WIDE_16, Opcodes.CONST_WIDE,
162 new Dop(Opcodes.CONST_WIDE_32, Opcodes.CONST_WIDE,
163 Opcodes.CONST_WIDE, Form31i.THE_ONE, true);
165 public static final Dop CONST_WIDE = field in Dops
166 new Dop(Opcodes.CONST_WIDE, Opcodes.CONST_WIDE,
170 new Dop(Opcodes.CONST_WIDE_HIGH16, Opcodes.CONST_WIDE,
1130 set(CONST_WIDE);
/external/dexmaker/src/dx/java/com/android/dx/io/
DOpcodes.java68 public static final int CONST_WIDE = 0x18; field in Opcodes
DOpcodeInfo.java158 public static final Info CONST_WIDE = field in OpcodeInfo
159 new Info(Opcodes.CONST_WIDE, "const-wide",
1129 set(CONST_WIDE);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DOpcode.java60CONST_WIDE((short)0x18, "const-wide", ReferenceType.NONE, Format.Format51l, Opcode.CAN_CONTINUE | … enumConstant
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DMethodAnalyzer.java591 case CONST_WIDE: