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

/dalvik/dx/src/com/android/dx/io/
H A DOpcodes.java257 public static final int OR_INT_LIT8 = 0xde; field in class:Opcodes
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);
/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DDalvOps.java256 public static final int OR_INT_LIT8 = 0xde; field in class:DalvOps
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 DRopToDop.java167 MAP.put(Rops.OR_CONST_INT, Dops.OR_INT_LIT8);
/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);
H A DRopToDop.java212 // Opcodes.OR_INT_LIT8
339 MAP.put(Rops.OR_CONST_INT, Dops.OR_INT_LIT8);

Completed in 15 milliseconds