Home
last modified time | relevance | path

Searched refs:OR_INT_LIT16 (Results 1 – 5 of 5) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/io/
DOpcodes.java249 public static final int OR_INT_LIT16 = 0xd6; field in Opcodes
DOpcodeInfo.java882 public static final Info OR_INT_LIT16 = field in OpcodeInfo
883 new Info(Opcodes.OR_INT_LIT16, "or-int/lit16",
1310 set(OR_INT_LIT16);
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DDops.java889 public static final Dop OR_INT_LIT16 = field in Dops
890 new Dop(Opcodes.OR_INT_LIT16, Opcodes.OR_INT,
923 Opcodes.OR_INT_LIT16, Form22b.THE_ONE, true);
1311 set(OR_INT_LIT16);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DMethodAnalyzer.java951 case OR_INT_LIT16:
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DOpcode.java249OR_INT_LIT16(0xd6, "or-int/lit16", ReferenceType.NONE, Format.Format22s, Opcode.CAN_CONTINUE | Opc… enumConstant