HomeSort by relevance Sort by last modified time
    Searched defs:CONST_WIDE (Results 1 - 10 of 10) sorted by null

  /dalvik/dexgen/src/com/android/dexgen/dex/code/
Dops.java 152 new Dop(DalvOps.CONST_WIDE_16, DalvOps.CONST_WIDE,
156 new Dop(DalvOps.CONST_WIDE_32, DalvOps.CONST_WIDE,
159 public static final Dop CONST_WIDE =
160 new Dop(DalvOps.CONST_WIDE, DalvOps.CONST_WIDE,
164 new Dop(DalvOps.CONST_WIDE_HIGH16, DalvOps.CONST_WIDE,
    [all...]
DalvOps.java 58 public static final int CONST_WIDE = 0x18;
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 155 new Dop(Opcodes.CONST_WIDE_16, Opcodes.CONST_WIDE,
159 new Dop(Opcodes.CONST_WIDE_32, Opcodes.CONST_WIDE,
160 Opcodes.CONST_WIDE, Form31i.THE_ONE, true);
162 public static final Dop CONST_WIDE =
163 new Dop(Opcodes.CONST_WIDE, Opcodes.CONST_WIDE,
167 new Dop(Opcodes.CONST_WIDE_HIGH16, Opcodes.CONST_WIDE,
    [all...]
  /dalvik/dx/src/com/android/dx/io/
OpcodeInfo.java 158 public static final Info CONST_WIDE =
159 new Info(Opcodes.CONST_WIDE, "const-wide",
    [all...]
Opcodes.java 68 public static final int CONST_WIDE = 0x18;
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
Dops.java 158 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 =
166 new Dop(Opcodes.CONST_WIDE, Opcodes.CONST_WIDE,
170 new Dop(Opcodes.CONST_WIDE_HIGH16, Opcodes.CONST_WIDE,
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/
OpcodeInfo.java 158 public static final Info CONST_WIDE =
159 new Info(Opcodes.CONST_WIDE, "const-wide",
    [all...]
Opcodes.java 68 public static final int CONST_WIDE = 0x18;
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
Opcode.java 61 CONST_WIDE((short)0x18, "const-wide", ReferenceType.none, Format.Format51l, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.SETS_WIDE_REGISTER),
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 37 milliseconds