Searched defs:OR_INT_LIT8 (Results 1 - 4 of 4) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DDops.java921 public static final Dop OR_INT_LIT8 = field in class:Dops
922 new Dop(Opcodes.OR_INT_LIT8, Opcodes.OR_INT,
1319 set(OR_INT_LIT8);
/external/dexmaker/src/dx/java/com/android/dx/io/
H A DOpcodeInfo.java914 public static final Info OR_INT_LIT8 = field in class:OpcodeInfo
915 new Info(Opcodes.OR_INT_LIT8, "or-int/lit8",
1318 set(OR_INT_LIT8);
H A DOpcodes.java257 public static final int OR_INT_LIT8 = 0xde; field in class:Opcodes
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DOpcode.java250 OR_INT_LIT8((byte)0xde, "or-int/lit8", ReferenceType.none, Format.Format22b, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER), enum constant in enum:Opcode

Completed in 47 milliseconds