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

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DDops.java633 public static final Dop OR_INT = field in class:Dops
634 new Dop(Opcodes.OR_INT, Opcodes.OR_INT,
762 new Dop(Opcodes.OR_INT_2ADDR, Opcodes.OR_INT,
763 Opcodes.OR_INT, Form12x.THE_ONE, true);
890 new Dop(Opcodes.OR_INT_LIT16, Opcodes.OR_INT,
922 new Dop(Opcodes.OR_INT_LIT8, Opcodes.OR_INT,
1247 set(OR_INT);
H A DRopToDop.java305 MAP.put(Rops.OR_INT, Dops.OR_INT_2ADDR);
/external/dexmaker/src/dx/java/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",
1246 set(OR_INT);
/external/dexmaker/src/dx/java/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);
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DOpcode.java178 OR_INT((byte)0x96, "or-int", ReferenceType.none, Format.Format23x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER), enum constant in enum:Opcode
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DMethodAnalyzer.java896 case OR_INT:
1400 case OR_INT:

Completed in 66 milliseconds