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

/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DDops.java915 public static final Dop OR_INT_LIT8 = field in class:Dops
916 new Dop(DalvOps.OR_INT_LIT8, DalvOps.OR_INT,
1157 set(OR_INT_LIT8);
H A DDalvOps.java256 public static final int OR_INT_LIT8 = 0xde; field in class:DalvOps
/dalvik/dx/src/com/android/dx/dex/code/
H A DDops.java918 public static final Dop OR_INT_LIT8 = field in class:Dops
919 new Dop(Opcodes.OR_INT_LIT8, Opcodes.OR_INT,
1160 set(OR_INT_LIT8);
/dalvik/dx/src/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",
1162 set(OR_INT_LIT8);
H A DOpcodes.java257 public static final int OR_INT_LIT8 = 0xde; field in class:Opcodes

Completed in 13 milliseconds