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

  /dalvik/dexgen/src/com/android/dexgen/dex/code/
Dops.java 779 public static final Dop SUB_LONG_2ADDR =
780 new Dop(DalvOps.SUB_LONG_2ADDR, DalvOps.SUB_LONG,
    [all...]
DalvOps.java 222 public static final int SUB_LONG_2ADDR = 0xbc;
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 782 public static final Dop SUB_LONG_2ADDR =
783 new Dop(Opcodes.SUB_LONG_2ADDR, Opcodes.SUB_LONG,
    [all...]
  /dalvik/dx/src/com/android/dx/io/
OpcodeInfo.java 778 public static final Info SUB_LONG_2ADDR =
779 new Info(Opcodes.SUB_LONG_2ADDR, "sub-long/2addr",
    [all...]
Opcodes.java 223 public static final int SUB_LONG_2ADDR = 0xbc;
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
Dops.java 785 public static final Dop SUB_LONG_2ADDR =
786 new Dop(Opcodes.SUB_LONG_2ADDR, Opcodes.SUB_LONG,
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/
OpcodeInfo.java 778 public static final Info SUB_LONG_2ADDR =
779 new Info(Opcodes.SUB_LONG_2ADDR, "sub-long/2addr",
    [all...]
Opcodes.java 223 public static final int SUB_LONG_2ADDR = 0xbc;
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
Opcode.java 216 SUB_LONG_2ADDR((short)0xbc, "sub-long/2addr", ReferenceType.none, Format.Format12x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.SETS_WIDE_REGISTER),
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 687 milliseconds