Searched defs:OR_INT (Results 1 - 3 of 3) sorted by relevance
/dalvik/dx/src/com/android/dx/dex/code/ |
H A D | Dops.java | 627 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 D | DalvOps.java | 184 public static final int OR_INT = 0x96; field in class:DalvOps
|
/dalvik/dx/src/com/android/dx/rop/code/ |
H A D | Rops.java | 322 public static final Rop OR_INT = field in class:Rops 1540 OR_INT, OR_LONG, null, null);
|
Completed in 11 milliseconds