Home
last modified time | relevance | path

Searched refs:CONST_WIDE_32 (Results 1 – 5 of 5) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/io/
DOpcodes.java67 public static final int CONST_WIDE_32 = 0x17; field in Opcodes
DOpcodeInfo.java154 public static final Info CONST_WIDE_32 = field in OpcodeInfo
155 new Info(Opcodes.CONST_WIDE_32, "const-wide/32",
1128 set(CONST_WIDE_32);
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DDops.java161 public static final Dop CONST_WIDE_32 = field in Dops
162 new Dop(Opcodes.CONST_WIDE_32, Opcodes.CONST_WIDE,
171 Opcodes.CONST_WIDE_32, Form21h.THE_ONE, true);
1129 set(CONST_WIDE_32);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DMethodAnalyzer.java630 case CONST_WIDE_32:
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DOpcode.java67CONST_WIDE_32(0x17, "const-wide/32", ReferenceType.NONE, Format.Format31i, Opcode.CAN_CONTINUE | O… enumConstant