Searched refs:OR_INT (Results 1 - 9 of 9) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DDops.java627 public static final Dop OR_INT = field in class:Dops
628 new Dop(DalvOps.OR_INT, DalvOps.OR_INT,
756 new Dop(DalvOps.OR_INT_2ADDR, DalvOps.OR_INT,
884 new Dop(DalvOps.OR_INT_LIT16, DalvOps.OR_INT,
916 new Dop(DalvOps.OR_INT_LIT8, DalvOps.OR_INT,
1085 set(OR_INT);
H A DDalvOps.java184 public static final int OR_INT = 0x96; field in class:DalvOps
H A DRopToDop.java133 MAP.put(Rops.OR_INT, Dops.OR_INT_2ADDR);
/dalvik/dx/src/com/android/dx/dex/code/
H A DDops.java630 public static final Dop OR_INT = field in class:Dops
631 new Dop(Opcodes.OR_INT, Opcodes.OR_INT,
759 new Dop(Opcodes.OR_INT_2ADDR, Opcodes.OR_INT,
760 Opcodes.OR_INT, Form12x.THE_ONE, true);
887 new Dop(Opcodes.OR_INT_LIT16, Opcodes.OR_INT,
919 new Dop(Opcodes.OR_INT_LIT8, Opcodes.OR_INT,
1088 set(OR_INT);
H A DRopToDop.java305 MAP.put(Rops.OR_INT, Dops.OR_INT_2ADDR);
/dalvik/dx/src/com/android/dx/io/
H A DOpcodes.java185 public static final int OR_INT = 0x96; field in class:Opcodes
H A DOpcodeInfo.java626 public static final Info OR_INT = field in class:OpcodeInfo
627 new Info(Opcodes.OR_INT, "or-int",
1090 set(OR_INT);
/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DRops.java322 public static final Rop OR_INT = field in class:Rops
1540 OR_INT, OR_LONG, null, null);
/dalvik/dx/src/com/android/dx/rop/code/
H A DRops.java322 public static final Rop OR_INT = field in class:Rops
1540 OR_INT, OR_LONG, null, null);

Completed in 25 milliseconds